diff options
author | tnut <tnut at nutyx dot com> | 2011-04-26 04:02:54 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-04-26 04:02:54 +0200 |
commit | 987f748015a17d25d22d9b5bb7ec6f4267c1c51d (patch) | |
tree | add1e918383c437dffab2304de2f71c6f35455ac /extra/talloc/Pkgfile | |
parent | 60e6b1b15881251c6a978db2b71407ba4f35f698 (diff) | |
download | nutyx-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/Pkgfile')
-rw-r--r-- | extra/talloc/Pkgfile | 5 |
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 \ |