From 1008327cadb88473a2d9e97c06f881feba0e3d52 Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 17 Jun 2012 16:01:09 +0000 Subject: dbus-python correction port --- dbus-python/Pkgfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dbus-python') diff --git a/dbus-python/Pkgfile b/dbus-python/Pkgfile index 39abbb265..2f7fdbcec 100755 --- a/dbus-python/Pkgfile +++ b/dbus-python/Pkgfile @@ -2,7 +2,7 @@ # URL: http://dbus.freedesktop.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: dbus-glib +# Depends on: python, dbus-glib # Run on: dbus-glib name=dbus-python @@ -12,12 +12,12 @@ source=(http://dbus.freedesktop.org/releases/$name/$name-$version.tar.gz) build() { cd $name-$version - PYTHON=python2 ./configure --prefix=/usr \ + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --disable-html-docs make make DESTDIR=$PKG install - PYTHON=python ./configure --prefix=/usr \ + PYTHON=/usr/bin/python3 ./configure --prefix=/usr \ --disable-html-docs make make DESTDIR=$PKG install -- cgit v1.2.3-54-g00ecf