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

Gaetan Bisson bisson at nymeria.archlinux.org
Mon Jun 30 11:29:59 UTC 2014


    Date: Monday, June 30, 2014 @ 13:29:59
  Author: bisson
Revision: 215748

make more generic

Modified:
  unzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-30 11:24:40 UTC (rev 215747)
+++ PKGBUILD	2014-06-30 11:29:59 UTC (rev 215748)
@@ -37,5 +37,5 @@
 package() {
 	cd "${srcdir}/${pkgname}${_pkgver}"
 	make -f unix/Makefile prefix="${pkgdir}"/usr install
-	install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/unzip/LICENSE
+	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }




More information about the arch-commits mailing list