summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlevinit2017-07-17 13:23:04 +0000
committerlevinit2017-07-17 13:23:04 +0000
commit03761660186cb2e5b74507448eedd8cf72d09326 (patch)
treef05b42525f445cf648d6dea0fde08ef02a9e8bd4
parent72d55722b30fc4b11d4f64c92fbf0735450fc1e8 (diff)
downloadaur-03761660186cb2e5b74507448eedd8cf72d09326.tar.gz
fixed desktop file
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91980c81f657..e7ef6f413dca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,7 @@ md5sums_x86_64=('SKIP')
package() {
tar -xvf data.tar.xz -C ${pkgdir}
mv ${pkgdir}/usr/bin/MockingBot ${pkgdir}/usr/bin/mockingbot
+ sed -i 's/Exec=MockingBot/Exec=mockingbot/' ${pkgdir}/usr/share/applications/MockingBot.desktop
chmod -R go-w "${pkgdir}"/usr
install -dm755 "${pkgdir}/usr/bin"
}