Date: Wednesday, March 20, 2013 @ 18:57:01
  Author: eric
Revision: 180363

Remove reference to pkgdir in build function

Modified:
  perl-socket6/trunk/PKGBUILD   (contents, properties)

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-03-20 17:38:22 UTC (rev 180362)
+++ PKGBUILD    2013-03-20 17:57:01 UTC (rev 180363)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Florian Pritz <bluew...@xinu.at>
 # Generator  : CPANPLUS::Dist::Arch 1.18
 
@@ -19,8 +20,8 @@
 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 @@
 
 package() {
   cd "$_distdir"
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+  make DESTDIR="$pkgdir" install
 }
 
 # Local Variables:


Property changes on: perl-socket6/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property

Reply via email to