summaryrefslogtreecommitdiffstats
path: root/pygobject/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'pygobject/Pkgfile')
-rw-r--r--pygobject/Pkgfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/pygobject/Pkgfile b/pygobject/Pkgfile
index c9cc408..1184765 100644
--- a/pygobject/Pkgfile
+++ b/pygobject/Pkgfile
@@ -16,7 +16,5 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
- find $PKG/usr/share/pygobject -name '*.py' | \
- xargs sed -i "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|"
+ find $PKG/usr/share/pygobject -name '*.py' | xargs sed -i "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|"
}
-