[Python-modules-commits] r17229 - in packages/pyke/trunk/debian (rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sun May 29 21:07:24 UTC 2011


    Date: Sunday, May 29, 2011 @ 21:07:23
  Author: eriol-guest
Revision: 17229

Removing temporary directory

Modified:
  packages/pyke/trunk/debian/rules

Modified: packages/pyke/trunk/debian/rules
===================================================================
--- packages/pyke/trunk/debian/rules	2011-05-29 20:56:53 UTC (rev 17228)
+++ packages/pyke/trunk/debian/rules	2011-05-29 21:07:23 UTC (rev 17229)
@@ -43,4 +43,5 @@
 	cp -r doc/source/images doc/html
 	# Restore documentation stylesheets
 	mv $(TMP_DIR)/stylesheets doc/html/
+	rm -rf $(TMP_DIR)
 	dh_installdocs




More information about the Python-modules-commits mailing list