From 957aa366330bbde41f3e6e1ebd4bb31b06e10744 Mon Sep 17 00:00:00 2001 From: sibel Date: Mon, 25 Apr 2011 09:02:02 +0200 Subject: talloc, correction port --- extra/talloc/Pkgfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/talloc/Pkgfile b/extra/talloc/Pkgfile index 74ee0a7bf..837a0a7f2 100644 --- a/extra/talloc/Pkgfile +++ b/extra/talloc/Pkgfile @@ -6,11 +6,12 @@ name=talloc version=2.0.5 -release=1 +release=2 source=(http://samba.org/ftp/$name/$name-$version.tar.gz) build() { cd $name-$version -for i in `find . -exec grep -l 'env\ python$' {} \;`;do sed -i "s/env\ python/env\ python2/" $i;done +#for i in `find . -exec grep -l 'env\ python$' {} \;`;do sed -i "s/env\ python/env\ python2/" $i;done +sed -i -e 's#python#python2#g' buildtools/bin/waf ./configure --prefix=/usr \ --sysconfdir=/etc/samba \ --localstatedir=/var \ -- cgit v1.2.3-70-g09d2