summaryrefslogtreecommitdiffstats
path: root/pygobject
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-14 22:45:20 +0200
committerpiernov <piernov@piernov.org>2011-08-14 22:45:44 +0200
commitc5d9ef36f712aa11981846a8eb3db7407d45f7ae (patch)
tree336fb15662dfb56832bc2723611bd67abd66b395 /pygobject
parentfee7797723fe31a5a6412833c9a882b5ff467ca6 (diff)
downloadgnome3-c5d9ef36f712aa11981846a8eb3db7407d45f7ae.tar.gz
gnome3-c5d9ef36f712aa11981846a8eb3db7407d45f7ae.tar.bz2
gnome3-c5d9ef36f712aa11981846a8eb3db7407d45f7ae.tar.xz
gnome3-c5d9ef36f712aa11981846a8eb3db7407d45f7ae.zip
pygobject3 2.90.1-1 ajout port
Diffstat (limited to 'pygobject')
-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|"
}
-