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

Evangelos Foutras foutrelis at archlinux.org
Sat Aug 26 21:24:13 UTC 2017


    Date: Saturday, August 26, 2017 @ 21:24:12
  Author: foutrelis
Revision: 254612

upgpkg: stow 2.2.2-5

Install Perl modules to /usr/share/perl5/vendor_perl/.

Modified:
  stow/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-26 20:18:53 UTC (rev 254611)
+++ PKGBUILD	2017-08-26 21:24:12 UTC (rev 254612)
@@ -6,7 +6,7 @@
 
 pkgname=stow
 pkgver=2.2.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Manage installation of multiple softwares in the same directory tree'
 url='http://www.gnu.org/software/stow/'
 arch=('any')
@@ -23,7 +23,7 @@
     --prefix=/usr \
     --mandir=/usr/share/man \
     --infodir=/usr/share/info \
-    --with-pmdir=/usr/lib/perl5/vendor_perl/
+    --with-pmdir=/usr/share/perl5/vendor_perl
   make
 }
 



More information about the arch-commits mailing list