summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvvxxp82020-12-28 14:21:18 +0800
committervvxxp82020-12-28 14:21:18 +0800
commit855abda1f91912523678f471b1ce0106253995a2 (patch)
tree1d40735415bdc98f1798b097d872b4198de2f2c5
parent5baf8505195af34c8a397278c5733c54c0e4c973 (diff)
downloadaur-855abda1f91912523678f471b1ce0106253995a2.tar.gz
change install dir
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ec83ae5abf8..71148828a5dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ prepare() {
cd "${srcdir}"
chmod a+x ${_pkgname}
${srcdir}/${_pkgname} --appimage-extract
- sed -i "s+Exec=cajviewer+Exec=env DESKTOPINTEGRATION=no ${_installdir}/${_installname}.AppImage+" "squashfs-root/${_installname}.desktop"
+ sed -i "s+Exec=cajviewer+Exec=env DESKTOPINTEGRATION=no ${_installdir}/${_installname}.AppImage+" "squashfs-root/cajviewer.desktop"
find "squashfs-root/usr/share/icons/hicolor" -type d -exec chmod 755 {} \;
}