summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilk Brewster2020-08-30 04:39:47 +0100
committerMilk Brewster2020-08-30 04:39:47 +0100
commitefc92368a17fd26b85e93caceeea6d55d9c80700 (patch)
treec638dfbc3d58df281fbd3675a9d5e0708c154415
parentc5f261178863147cd19e45e7b7bb5264789eade3 (diff)
downloadaur-efc92368a17fd26b85e93caceeea6d55d9c80700.tar.gz
fix paths6
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1b042049f60..974c6ae84f31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,6 +55,6 @@ package() {
install ${srcdir}/BespokeSynth/Builds/LinuxMakefile/build/BespokeSynth ${pkgdir}/usr/bin/BespokeSynth
mkdir -p ${pkgdir}/usr/share/icons/hicolor/512x512/apps
install ${srcdir}/BespokeSynth/bespoke_icon.png ${pkgdir}/usr/share/icons/hicolor/512x512/apps
- mkdir -p /usr/share/applications/
+ mkdir -p ${pkgdir}/usr/share/applications/
install ${srcdir}/../BespokeSynth.desktop ${pkgdir}/usr/share/applications/BespokeSynth.desktop
}