diff options
author | Leonardo Arena <rnalrd@gmail.com> | 2011-05-18 08:42:37 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@gmail.com> | 2011-05-18 08:43:57 +0000 |
commit | 8b184f6762f4eedd728d5e18ff74dbb355dabb95 (patch) | |
tree | 990704e2f07bfb538da84d53276732a5a719d326 /main/perl-compress-raw-bzip2 | |
parent | fdf83f60e0c5ff7dc906e15e890ac24f4827abc0 (diff) | |
download | aports-8b184f6762f4eedd728d5e18ff74dbb355dabb95.tar.bz2 aports-8b184f6762f4eedd728d5e18ff74dbb355dabb95.tar.xz |
main/perl-compress-raw-bzip2: install in vendor dir
Diffstat (limited to 'main/perl-compress-raw-bzip2')
-rw-r--r-- | main/perl-compress-raw-bzip2/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/perl-compress-raw-bzip2/APKBUILD b/main/perl-compress-raw-bzip2/APKBUILD index 56f88c5699..79c6caccb4 100644 --- a/main/perl-compress-raw-bzip2/APKBUILD +++ b/main/perl-compress-raw-bzip2/APKBUILD @@ -3,7 +3,7 @@ pkgname=perl-compress-raw-bzip2 _realname=Compress-Raw-Bzip2 pkgver=2.035 -pkgrel=0 +pkgrel=1 pkgdesc="Perl low-level interface to bzip2 compression library" url="http://search.cpan.org/~pmqs/Compress-Raw-Bzip2-2.024/" arch="all" @@ -18,8 +18,8 @@ _builddir="$srcdir/$_realname-$pkgver" build() { cd $_builddir - #PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 - PERL_MM_USE_DEFAULT=1 perl Makefile.PL || return 1 + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 + #PERL_MM_USE_DEFAULT=1 perl Makefile.PL || return 1 make || return 1 } |