diff options
Diffstat (limited to 'extra/talloc')
-rw-r--r-- | extra/talloc/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
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 \ |