summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-02-25 12:46:13 +0100
committerDaniel Peukert2020-02-25 12:46:13 +0100
commit353756b6b90cc1fec73bde81ea7937204f36b49d (patch)
treebb017d9ab69aacb31a58f2c6d704100f83433c2a
parentcaba5b570d85284f5e82fe11f82ba7d624ba5ffc (diff)
downloadaur-353756b6b90cc1fec73bde81ea7937204f36b49d.tar.gz
Replaced ferdi with pkgname var
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c809929a594f..e731197bed6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -100,7 +100,7 @@ package() {
install -dm755 "$pkgdir/usr/lib/$_pkgname/app.asar.unpacked/"
cp -r --no-preserve=ownership --preserve=mode 'out/linux-unpacked/resources/app.asar.unpacked/recipes/' "$pkgdir/usr/lib/$_pkgname/app.asar.unpacked/recipes/"
- install -Dm755 "../$_pkgname.sh" "$pkgdir/usr/bin/ferdi"
+ install -Dm755 "../$_pkgname.sh" "$pkgdir/usr/bin/$_pkgname"
install -Dm644 "../$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
for _size in 16 24 32 48 64 96 128 256 512 1024; do