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

Antonio Rojas arojas at archlinux.org
Thu Jul 16 18:49:37 UTC 2015


    Date: Thursday, July 16, 2015 @ 20:49:36
  Author: arojas
Revision: 137015

Install license

Modified:
  planarity/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-16 18:44:16 UTC (rev 137014)
+++ PKGBUILD	2015-07-16 18:49:36 UTC (rev 137015)
@@ -30,5 +30,6 @@
 package() {
   cd $pkgname-$pkgver
   make install DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }
-



More information about the arch-commits mailing list