summaryrefslogtreecommitdiffstats
path: root/extra/talloc
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-04-25 09:02:02 +0200
committersibel <lesibel@free.fr>2011-04-25 09:02:02 +0200
commit957aa366330bbde41f3e6e1ebd4bb31b06e10744 (patch)
treeaf579d49ab5ba49d30eeee0a6da3b6a7361cc7b0 /extra/talloc
parentaa078f864cca42b768d9b3f8b194f8c730b3c451 (diff)
downloadnutyx-extra-957aa366330bbde41f3e6e1ebd4bb31b06e10744.tar.gz
nutyx-extra-957aa366330bbde41f3e6e1ebd4bb31b06e10744.tar.bz2
nutyx-extra-957aa366330bbde41f3e6e1ebd4bb31b06e10744.tar.xz
nutyx-extra-957aa366330bbde41f3e6e1ebd4bb31b06e10744.zip
talloc, correction port
Diffstat (limited to 'extra/talloc')
-rw-r--r--extra/talloc/Pkgfile5
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 \