Date: Wednesday, March 20, 2013 @ 18:28:51
  Author: eric
Revision: 86619

Remove reference to pkgdir in build function

Modified:
  perl-sub-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-03-20 17:26:49 UTC (rev 86618)
+++ PKGBUILD    2013-03-20 17:28:51 UTC (rev 86619)
@@ -18,8 +18,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"

Reply via email to