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

Antonio Rojas arojas at archlinux.org
Sun Feb 9 09:42:55 UTC 2020


    Date: Sunday, February 9, 2020 @ 09:42:54
  Author: arojas
Revision: 375031

Update license, fix quoting (FS#65433)

Modified:
  psutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 09:13:37 UTC (rev 375030)
+++ PKGBUILD	2020-02-09 09:42:54 UTC (rev 375031)
@@ -8,7 +8,7 @@
 arch=('x86_64')
 pkgdesc="A set of postscript utilities"
 url="https://github.com/rrthomas/psutils"
-license=('custom')
+license=('GPL3')
 depends=('glibc' 'ghostscript' 'perl-ipc-run3')
 provides=('psutils-lprng')
 replaces=('psutils-lprng')
@@ -28,9 +28,5 @@
 
 package() {
   cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install license
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list