diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-30 12:45:00 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-30 12:45:00 +0200 |
commit | b2e515a7a1208236d13a932f6be4a78fdafb2b09 (patch) | |
tree | 6417006f2ed987d0222f45129db09ba94e21ca9f | |
parent | 106934ed66f60219b25ae3b98d00389796e2dbae (diff) | |
download | nutyx-pakxe-b2e515a7a1208236d13a932f6be4a78fdafb2b09.tar.gz nutyx-pakxe-b2e515a7a1208236d13a932f6be4a78fdafb2b09.tar.bz2 nutyx-pakxe-b2e515a7a1208236d13a932f6be4a78fdafb2b09.tar.xz nutyx-pakxe-b2e515a7a1208236d13a932f6be4a78fdafb2b09.zip |
perl, correction Pkgfile
-rwxr-xr-x | base/perl/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/perl/Pkgfile b/base/perl/Pkgfile index de39d02a3..510c765c0 100755 --- a/base/perl/Pkgfile +++ b/base/perl/Pkgfile @@ -5,7 +5,7 @@ name=perl version=5.12.3 -release=1 +release=2 source=(ftp://ftp.funet.fi/pub/CPAN/src/$name-$version.tar.gz) build() { @@ -31,7 +31,7 @@ sh Configure -des -Dusethreads \ -Dman1dir=/usr/share/man/man1 \ -Dman3dir=/usr/share/man/man3 \ -Dpager="/usr/bin/less isR" \ - -Doptimize="$CFLAGS" ${_ARCH} + -Doptimize=${_ARCH} make make DESTDIR=$PKG install find $PKG -iname 'TODO*' -or \ |