diff options
author | root <root@rshg054.dnsready.net> | 2013-03-21 00:05:31 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-21 00:05:31 -0700 |
commit | 76b6359ba6b2c7cce2f0b0725c7ecd831563cabf (patch) | |
tree | c0094f3f2750cc09b0e7bdce9a50af03858ddd51 /extra/perl-socket6/PKGBUILD | |
parent | 3cdbec41955c7232e91ef149f77ce9ed215a10fa (diff) |
Thu Mar 21 00:05:30 PDT 2013
Diffstat (limited to 'extra/perl-socket6/PKGBUILD')
-rw-r--r-- | extra/perl-socket6/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/perl-socket6/PKGBUILD b/extra/perl-socket6/PKGBUILD index 88c8acc07..bfcd0de59 100644 --- a/extra/perl-socket6/PKGBUILD +++ b/extra/perl-socket6/PKGBUILD @@ -1,3 +1,4 @@ +# $Id: PKGBUILD 180365 2013-03-20 17:57:40Z eric $ # Maintainer: Florian Pritz <bluewind@xinu.at> # Generator : CPANPLUS::Dist::Arch 1.18 @@ -19,8 +20,8 @@ _distdir="${srcdir}/Socket6-0.23" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ PERL_AUTOINSTALL=--skipdeps \ - PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ - PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ + PERL_MM_OPT="INSTALLDIRS=vendor" \ + PERL_MB_OPT="--installdirs vendor" \ MODULEBUILDRC=/dev/null cd "$_distdir" @@ -38,8 +39,7 @@ check() { package() { cd "$_distdir" - make install - find "$pkgdir" -name .packlist -o -name perllocal.pod -delete + make DESTDIR="$pkgdir" install } # Local Variables: |