[Pkg-tcltk-commits] r777 - packages/tktreectrl/trunk/debian

miriam at alioth.debian.org miriam at alioth.debian.org
Thu Dec 18 01:37:39 UTC 2008


Author: miriam
Date: 2008-12-18 01:37:39 +0000 (Thu, 18 Dec 2008)
New Revision: 777

Modified:
   packages/tktreectrl/trunk/debian/rules
Log:
Install things properly. Remove tmp dir



Modified: packages/tktreectrl/trunk/debian/rules
===================================================================
--- packages/tktreectrl/trunk/debian/rules	2008-12-18 01:34:06 UTC (rev 776)
+++ packages/tktreectrl/trunk/debian/rules	2008-12-18 01:37:39 UTC (rev 777)
@@ -66,6 +66,7 @@
 	rm -rf $(CURDIR)/debian/tktreectrl/home
 	find $(CURDIR)/debian/tktreectrl -empty -type d -delete
 	find $(CURDIR)/debian/tktreectrl -name "*.htm*" | while read f; do chmod -x "$$f"; done
+	rm -rf $(CURDIR)/debian/tmp
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Pkg-tcltk-commits mailing list