summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-02-25 12:46:01 +0100
committerDaniel Peukert2020-02-25 12:46:01 +0100
commitd0581e9762d34368b62b471360dd1972e2b0ec64 (patch)
treef0d9835ea018661d657c356c4025c4982013eab2
parent4aed8558b0dc33172ce357bafd0ca486acf90c98 (diff)
downloadaur-d0581e9762d34368b62b471360dd1972e2b0ec64.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 faf05c82b6e9..8e5895a0d1ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -93,7 +93,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