[Python-apps-commits] r42 - /packages/mayavi2/trunk/debian/rules

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Thu Sep 6 22:33:50 UTC 2007


Author: certik-guest
Date: Thu Sep  6 22:33:50 2007
New Revision: 42

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=42
Log:
small bug fixed

Modified:
    packages/mayavi2/trunk/debian/rules

Modified: packages/mayavi2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/mayavi2/trunk/debian/rules?rev=42&op=diff
==============================================================================
--- packages/mayavi2/trunk/debian/rules (original)
+++ packages/mayavi2/trunk/debian/rules Thu Sep  6 22:33:50 2007
@@ -14,7 +14,7 @@
 python-install-%:
 	mkdir -p $(SITE_PACKAGES)
 	cp -r build/enthought $(SITE_PACKAGES)
-	rm $(SITE_PACKAGES)/enthought/__init__.py
+	#rm $(SITE_PACKAGES)/enthought/__init__.py
 	#chmod +x $(SITE_PACKAGES)/enthought/mayavi/scripts/mayavi2.py
 	mkdir -p $(DEB_DESTDIR)usr/bin
 	rm -rf $(DEB_DESTDIR)usr/bin/mayavi2




More information about the Python-apps-commits mailing list