summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAidan Coward2020-07-31 11:23:59 -0400
committerAidan Coward2020-07-31 11:23:59 -0400
commit9b43dac7b39d06d526c76f63220cb343a04bd1d9 (patch)
tree6cdd9fe96641a05257192d314c44ef12f2c7ff5f /PKGBUILD
parenta82c412e83365f6e5574a0844b5a02ecc19eb15e (diff)
downloadaur-9b43dac7b39d06d526c76f63220cb343a04bd1d9.tar.gz
PKGBUILD was not looking for xmage.desktop
in the right place
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76167b3142e4..546fa346938f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -95,6 +95,6 @@ fi
mkdir -p "${pkgdir}"/usr/share/icons
install -m755 icon-mage.png "${pkgdir}"/usr/share/icons/
mkdir -p "${pkgdir}"/usr/share/applications
- install -m755 xmage.desktop "${pkgdir}"/usr/share/applications/xmage.desktop
+ install -m755 ../xmage.desktop "${pkgdir}"/usr/share/applications/xmage.desktop
}