summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Peavey2020-12-13 09:54:00 -0800
committerHunter Peavey2020-12-13 09:54:00 -0800
commit57ed5b740260609890170cc3c16393edab116dfd (patch)
treea5c467a38b937b00e0bc5e754d999a598d4b9b8a
parentbbbf056fc8dc3b619995d62a00229a7d1d8a05ff (diff)
downloadaur-57ed5b740260609890170cc3c16393edab116dfd.tar.gz
Fix link in /usr/bin
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45afb40098e4..ca4939762c6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# General package information
pkgname=weakauras-companion-bin
pkgver=3.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform application built to provide the missing link between Wago.io and World of Warcraft. (This is a repackage of the official RPM package.)"
url="https://github.com/WeakAuras/WeakAuras-Companion"
license=("GPL2")
@@ -20,5 +20,5 @@ package() {
chmod 755 "${pkgdir}/opt" "${pkgdir}/usr"
mkdir -p "${pkgdir}/usr/bin"
- ln -sf "${pkgdir}/opt/WeakAuras Companion/weakauras-companion" "${pkgdir}/usr/bin/weakauras-companion"
+ ln -sf "/opt/WeakAuras Companion/weakauras-companion" "${pkgdir}/usr/bin/weakauras-companion"
}