summaryrefslogtreecommitdiffstats
path: root/extra/gobject-introspection
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-05 16:55:18 +0100
committersibel <lesibel@free.fr>2011-01-05 16:55:18 +0100
commit7992c60cefef92b7a6084ba21f849b5f09ab79dc (patch)
tree9f516183cf725527923bcff01850dbce2ec4c3b4 /extra/gobject-introspection
parente483757fce4fce523dcac8548f1e3e1a03205086 (diff)
downloadnutyx-pakxe-7992c60cefef92b7a6084ba21f849b5f09ab79dc.tar.gz
nutyx-pakxe-7992c60cefef92b7a6084ba21f849b5f09ab79dc.tar.bz2
nutyx-pakxe-7992c60cefef92b7a6084ba21f849b5f09ab79dc.tar.xz
nutyx-pakxe-7992c60cefef92b7a6084ba21f849b5f09ab79dc.zip
gobject-introspection#0.10.0-2, ajustement
Diffstat (limited to 'extra/gobject-introspection')
-rw-r--r--extra/gobject-introspection/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/gobject-introspection/Pkgfile b/extra/gobject-introspection/Pkgfile
index 0320e2314..17183ee66 100644
--- a/extra/gobject-introspection/Pkgfile
+++ b/extra/gobject-introspection/Pkgfile
@@ -8,7 +8,6 @@ name=gobject-introspection
version=0.10.0
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
-
build() {
cd $name-$version
@@ -18,5 +17,8 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
+ sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" \
+ $PKG/usr/lib/gobject-introspection/giscanner/*.py
+
}