summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFamiu Haque2020-06-01 12:57:11 +0600
committerFamiu Haque2020-06-01 12:57:11 +0600
commit60c55a3b34a2b2d93d7605f9f72621ab2400019e (patch)
tree65c5a975e003f319308458962b04451c45b596b0 /PKGBUILD
parent568f9838573b6f11de8ae59a4a558ff4660fb7f7 (diff)
downloadaur-60c55a3b34a2b2d93d7605f9f72621ab2400019e.tar.gz
Made PKGBUILD give execution permissions to the .desktop file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bbfe6ab746e..e1a9211388cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,6 +31,7 @@ package()
install -d "${pkgdir}/usr/share/applications"
install "${srcdir}/Piskel.desktop" "${pkgdir}/usr/share/applications"
+ chmod +x "${pkgdir}/usr/share/applications/Piskel.desktop"
install -d "${pkgdir}/usr/bin"
ln -s "/opt/Piskel/piskel" "${pkgdir}/usr/bin/piskel"