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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Dec 2 22:15:34 UTC 2008


    Date: Tuesday, December 2, 2008 @ 22:15:33
  Author: piotr
Revision: 2020

remove mmpython in install rule

Modified:
  packages/subdownloader/trunk/debian/rules

Modified: packages/subdownloader/trunk/debian/rules
===================================================================
--- packages/subdownloader/trunk/debian/rules	2008-12-02 19:53:10 UTC (rev 2019)
+++ packages/subdownloader/trunk/debian/rules	2008-12-02 22:15:33 UTC (rev 2020)
@@ -17,12 +17,12 @@
 	# Make symbolic link executable
 	chmod +x debian/subdownloader/usr/share/subdownloader/run.py
 
+	# Remove mmpython because it's only needed on Windows version.
+	rm -rf debian/subdownloader-cli/usr/share/subdownloader/modules/mmpython
+
 binary-indep: build install
 	dh --with python_central binary-indep
 
-	# Remove mmpython because it's only needed on Windows version.
-	rm -rf debian/subdownloader/usr/share/subdownloader/modules/mmpython
-
 binary-arch: build install
 
 binary: binary-indep binary-arch




More information about the Python-apps-commits mailing list