[Python-apps-commits] r2807 - in packages/subdownloader/trunk/debian (rules)

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Tue Apr 28 11:17:01 UTC 2009


    Date: Tuesday, April 28, 2009 @ 11:16:59
  Author: gothicx-guest
Revision: 2807

Fix gui directory name

Modified:
  packages/subdownloader/trunk/debian/rules

Modified: packages/subdownloader/trunk/debian/rules
===================================================================
--- packages/subdownloader/trunk/debian/rules	2009-04-28 08:24:25 UTC (rev 2806)
+++ packages/subdownloader/trunk/debian/rules	2009-04-28 11:16:59 UTC (rev 2807)
@@ -6,11 +6,11 @@
 	dh build
 
 clean:
-	make -C qt/ clean
+	make -C gui/ clean
 	dh clean
 
 install: build
-	make -C qt/ all
+	make -C gui/ all
 	dh --with python_support install
 
 	# Make it executable to run.py




More information about the Python-apps-commits mailing list