From 8533a38d34b4a1dc63ad0d179129b9da3f7e683a Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 14 Aug 2012 22:30:53 +0200 Subject: glib correction gdbus-codegen --- glib/Pkgfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glib/Pkgfile b/glib/Pkgfile index feb7c18a6..19b4e9bb6 100755 --- a/glib/Pkgfile +++ b/glib/Pkgfile @@ -12,7 +12,7 @@ source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$versio build () { cd $name-$version - export PYTHON=python2 + export PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ @@ -21,5 +21,4 @@ build () { make make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc - sed -i -e "s|#!/usr/bin/env python|#!/usr/bin/env python2|" $PKG/usr/bin/gdbus-codegen } -- cgit v1.2.3-54-g00ecf