summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmando Ibarra2016-05-05 14:19:10 -0600
committerArmando Ibarra2016-05-05 14:19:10 -0600
commita42ee9f24d30a4601ac57f8b4e9f1aebf4e2332c (patch)
tree80a7554bcbe289eb4b4c122cabe898b77bafa03a
parent2a2539582ebaf9d5a9f2e10807254ae20b951326 (diff)
downloadaur-a42ee9f24d30a4601ac57f8b4e9f1aebf4e2332c.tar.gz
Fix: cp LINCESE
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee8f42f97978..c1bbeca783ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -67,6 +67,8 @@ package() {
cp --preserve=mode -r "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+ install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
install -dm755 "${pkgdir}/usr/share/applications"
install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"