diff options
-rw-r--r-- | extra/talloc/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/talloc/Pkgfile b/extra/talloc/Pkgfile index 837a0a7f2..eb356ff6f 100644 --- a/extra/talloc/Pkgfile +++ b/extra/talloc/Pkgfile @@ -6,12 +6,11 @@ name=talloc version=2.0.5 -release=2 +release=3 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 -sed -i -e 's#python#python2#g' buildtools/bin/waf +for i in `find . -exec grep -l 'env\ python$' {} \;`;do sed -i "s/env\ python/env\ python2/" $i;done ./configure --prefix=/usr \ --sysconfdir=/etc/samba \ --localstatedir=/var \ |