diff options
-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 \ |