[Python-apps-commits] r3560 - in packages/phatch/trunk/debian (rules)
stani-guest at users.alioth.debian.org
stani-guest at users.alioth.debian.org
Thu Aug 27 12:39:08 UTC 2009
Date: Thursday, August 27, 2009 @ 12:39:06
Author: stani-guest
Revision: 3560
phatch: updated sed patch
Modified:
packages/phatch/trunk/debian/rules
Modified: packages/phatch/trunk/debian/rules
===================================================================
--- packages/phatch/trunk/debian/rules 2009-08-27 11:32:48 UTC (rev 3559)
+++ packages/phatch/trunk/debian/rules 2009-08-27 12:39:06 UTC (rev 3560)
@@ -14,7 +14,7 @@
binary-install/phatch-cli::
find $(PKG_C_DIR) -name '*.py[co]' -delete
- sed -i -e "s|import phatch|import sys;sys.path.insert(0,'/usr/share/phatch/');import phatch|" $(PKG_C_DIR)/usr/bin/phatch
+ sed -i -e "s|import phatch|sys.path.insert(0,'/usr/share/phatch/');import phatch|" $(PKG_C_DIR)/usr/bin/phatch
binary-install/phatch:: binary-install/phatch-cli
mkdir -p $(PKG_P_DIR)/usr/share/phatch/phatch/lib
More information about the Python-apps-commits
mailing list