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

Florian Pritz bluewind at archlinux.org
Wed Aug 12 11:25:45 UTC 2015


    Date: Wednesday, August 12, 2015 @ 13:25:45
  Author: bluewind
Revision: 243337

Fix build issue

Modified:
  perl/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-12 11:16:36 UTC (rev 243336)
+++ PKGBUILD	2015-08-12 11:25:45 UTC (rev 243337)
@@ -214,7 +214,8 @@
   install -d -m755 "$pkgdir/usr/bin/vendor_perl"
   install -d -m755 "$pkgdir/usr/bin/site_perl"
 
-  (cd ${pkgdir}/usr/bin; mv perl${pkgver} perl)
+  #(cd ${pkgdir}/usr/bin; mv perl${pkgver} perl)
+  rm "$pkgdir/usr/bin/perl$pkgver"
   (cd ${pkgdir}/usr/bin/core_perl;  ln -sf c2ph pstruct; ln -sf s2p psed)
 
   # Remove all pod files *except* those under /usr/share/perl5/core_perl/pod/



More information about the arch-commits mailing list