[arch-commits] Commit in noto-fonts-cjk/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Sep 9 19:28:01 UTC 2017


    Date: Saturday, September 9, 2017 @ 19:28:00
  Author: heftig
Revision: 305190

Whoops, the license dir should be $pkgname

Modified:
  noto-fonts-cjk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-09 19:25:57 UTC (rev 305189)
+++ PKGBUILD	2017-09-09 19:28:00 UTC (rev 305190)
@@ -14,5 +14,5 @@
 
 package() {
   install -Dt "$pkgdir"/usr/share/fonts/noto-cjk -m644 noto-cjk-*/*.ttc
-  install -Dt "$pkgdir"/usr/share/licenses/noto-cjk -m644 noto-cjk-*/LICENSE
+  install -Dt "$pkgdir"/usr/share/licenses/$pkgname -m644 noto-cjk-*/LICENSE
 }



More information about the arch-commits mailing list