summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-02-11 16:09:18 +0100
committerDaniel Peukert2020-02-11 16:09:18 +0100
commit4ea83b51ec90931f312079764c5ded382dc15c34 (patch)
treeae75bfdd0bf60ba4ab2beae65d6da99015bc45d0
parent4132a3503bb17674d8b8ef373b44ef48bf69ae6f (diff)
downloadaur-4ea83b51ec90931f312079764c5ded382dc15c34.tar.gz
Small PKGBUILD fixes
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d9614d422cb..85d064f4de8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,7 @@ package() {
cp -r --no-preserve=ownership --preserve=mode 'resources/' "$pkgdir/usr/lib/$_pkgname/resources/"
install -dm755 "$pkgdir/usr/bin"
- ln -nfs "/usr/lib/$_pkgname/electron" "$pkgdir/usr/bin/$_pkgname"
+ ln -nfs "/usr/lib/$_pkgname/$_projectname" "$pkgdir/usr/bin/$_pkgname"
install -Dm644 'LICENSE' "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 'LICENSES.chromium.html' "$pkgdir/usr/share/licenses/$pkgname/LICENSES.chromium.html"