Date: Sunday, October 3, 2010 @ 18:39:10
Author: andrea
Revision: 93097
minor, minor fixes
Modified:
kdenetwork/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-10-03 22:39:04 UTC (rev 93096)
+++ PKGBUILD 2010-10-03 22:39:10 UTC (rev 93097)
@@ -63,7 +63,7 @@
cd $srcdir/build/doc/kget
make DESTDIR=$pkgdir install
- # fix python 2.7 path
+ # Use the python2 executable
find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env
python|#!/usr/bin/env python2|'
}