[arch-commits] Commit in perl-http-date/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Wed Mar 20 16:38:04 UTC 2013


    Date: Wednesday, March 20, 2013 @ 17:38:04
  Author: eric
Revision: 180344

Remove reference to pkgdir in build function

Modified:
  perl-http-date/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-20 16:37:13 UTC (rev 180343)
+++ PKGBUILD	2013-03-20 16:38:04 UTC (rev 180344)
@@ -19,8 +19,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"




More information about the arch-commits mailing list