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

Christian Hesse eworm at archlinux.org
Mon Jun 12 21:25:30 UTC 2017


    Date: Monday, June 12, 2017 @ 21:25:30
  Author: eworm
Revision: 298716

install all perl modules to vendor directory

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-12 20:45:03 UTC (rev 298715)
+++ PKGBUILD	2017-06-12 21:25:30 UTC (rev 298716)
@@ -117,6 +117,9 @@
   sed -i 's|#![ ]*/usr/bin/python$|#!/usr/bin/python2|' \
     "$pkgdir"/usr/share/git/svn-fe/svnrdump_sim.py
 
+  # perl modules from contrib/ install to site dir... move to vendor
+  mv "$pkgdir"/usr/share/perl5/site_perl/Git/* "$pkgdir"/usr/share/perl5/vendor_perl/Git/
+  rm -rf "$pkgdir"/usr/share/perl5/site_perl
   # remove perllocal.pod, .packlist, and empty directories.
   rm -rf "$pkgdir"/usr/lib/perl5
 



More information about the arch-commits mailing list