summaryrefslogtreecommitdiffstats
path: root/extra/talloc
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-04-26 04:02:54 +0200
committertnut <tnut at nutyx dot com>2011-04-26 04:02:54 +0200
commit987f748015a17d25d22d9b5bb7ec6f4267c1c51d (patch)
treeadd1e918383c437dffab2304de2f71c6f35455ac /extra/talloc
parent60e6b1b15881251c6a978db2b71407ba4f35f698 (diff)
downloadnutyx-extra-987f748015a17d25d22d9b5bb7ec6f4267c1c51d.tar.gz
nutyx-extra-987f748015a17d25d22d9b5bb7ec6f4267c1c51d.tar.bz2
nutyx-extra-987f748015a17d25d22d9b5bb7ec6f4267c1c51d.tar.xz
nutyx-extra-987f748015a17d25d22d9b5bb7ec6f4267c1c51d.zip
talloc, il ya +sieurs fichiers avec env/python2...
Diffstat (limited to 'extra/talloc')
-rw-r--r--extra/talloc/Pkgfile5
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 \