diff options
author | tnut <tnut at nutyx dot com> | 2011-04-25 04:19:41 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-04-25 04:19:41 +0200 |
commit | fff8eb04b9f56a4e2a7c60623309228970a65f0d (patch) | |
tree | 6ec26fa8fcc842af468e0e4e2612750aa748383e /extra | |
parent | fd156aea6a096e35f968b51ef1ab1bfc56a68aeb (diff) | |
download | nutyx-pakxe-fff8eb04b9f56a4e2a7c60623309228970a65f0d.tar.gz nutyx-pakxe-fff8eb04b9f56a4e2a7c60623309228970a65f0d.tar.bz2 nutyx-pakxe-fff8eb04b9f56a4e2a7c60623309228970a65f0d.tar.xz nutyx-pakxe-fff8eb04b9f56a4e2a7c60623309228970a65f0d.zip |
talloc, correction Pkgfile, merci bertux
Diffstat (limited to 'extra')
-rw-r--r-- | extra/talloc/Pkgfile | 2 |
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 \ |