summaryrefslogtreecommitdiffstats
path: root/extra/talloc
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-04-25 04:19:41 +0200
committertnut <tnut at nutyx dot com>2011-04-25 04:19:41 +0200
commitfff8eb04b9f56a4e2a7c60623309228970a65f0d (patch)
tree6ec26fa8fcc842af468e0e4e2612750aa748383e /extra/talloc
parentfd156aea6a096e35f968b51ef1ab1bfc56a68aeb (diff)
downloadnutyx-extra-fff8eb04b9f56a4e2a7c60623309228970a65f0d.tar.gz
nutyx-extra-fff8eb04b9f56a4e2a7c60623309228970a65f0d.tar.bz2
nutyx-extra-fff8eb04b9f56a4e2a7c60623309228970a65f0d.tar.xz
nutyx-extra-fff8eb04b9f56a4e2a7c60623309228970a65f0d.zip
talloc, correction Pkgfile, merci bertux
Diffstat (limited to 'extra/talloc')
-rw-r--r--extra/talloc/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/talloc/Pkgfile b/extra/talloc/Pkgfile
index 3769b6853..74ee0a7bf 100644
--- a/extra/talloc/Pkgfile
+++ b/extra/talloc/Pkgfile
@@ -10,7 +10,7 @@ release=1
source=(http://samba.org/ftp/$name/$name-$version.tar.gz)
build() {
cd $name-$version
-for i in `find . -exec grep -l 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
./configure --prefix=/usr \
--sysconfdir=/etc/samba \
--localstatedir=/var \