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

Levente Polyak anthraxx at archlinux.org
Wed Dec 20 13:54:41 UTC 2017


    Date: Wednesday, December 20, 2017 @ 13:54:40
  Author: anthraxx
Revision: 313392

remove redundant make target

Modified:
  libpsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-20 13:47:02 UTC (rev 313391)
+++ PKGBUILD	2017-12-20 13:54:40 UTC (rev 313392)
@@ -40,7 +40,7 @@
 
 package() {
   cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install install-man
+  make DESTDIR="${pkgdir}" install
   install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 



More information about the arch-commits mailing list