diff options
author | Famiu Haque | 2020-06-01 12:57:11 +0600 |
---|---|---|
committer | Famiu Haque | 2020-06-01 12:57:11 +0600 |
commit | 60c55a3b34a2b2d93d7605f9f72621ab2400019e (patch) | |
tree | 65c5a975e003f319308458962b04451c45b596b0 /PKGBUILD | |
parent | 568f9838573b6f11de8ae59a4a558ff4660fb7f7 (diff) | |
download | aur-60c55a3b34a2b2d93d7605f9f72621ab2400019e.tar.gz |
Made PKGBUILD give execution permissions to the .desktop file
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |