From 8610a25e68ac13ea445026b3fe9c9e71ff061f75 Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 30 Jan 2012 20:30:30 +0100 Subject: exo correction python2 --- exo/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exo') diff --git a/exo/Pkgfile b/exo/Pkgfile index aa5e44250..06d77c2ae 100755 --- a/exo/Pkgfile +++ b/exo/Pkgfile @@ -12,7 +12,7 @@ source=(http://archive.xfce.org/src/xfce/$name/0.6/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr \ + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ --localstatedir=/var \ -- cgit v1.2.3-54-g00ecf