Date: Sunday, October 3, 2010 @ 18:39:16
  Author: andrea
Revision: 93098

minor, minor fixes

Modified:
  kdesdk/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2010-10-03 22:39:10 UTC (rev 93097)
+++ PKGBUILD    2010-10-03 22:39:16 UTC (rev 93098)
@@ -107,7 +107,7 @@
        cd $srcdir/build/doc/kcachegrind
        make DESTDIR=$pkgdir install
 
-       # fix python 2.7 path
+       # Use the python2 executable
        sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/bin/hotshot2calltree
 }
 
@@ -193,7 +193,7 @@
        cd $srcdir/build/doc/lokalize
        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|'
 }
 
@@ -214,7 +214,7 @@
        cd $srcdir/build/doc/scripts
        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|'
 }
 

Reply via email to