summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtemiy Dudko2021-04-28 17:30:06 +0300
committerArtemiy Dudko2021-04-28 17:30:06 +0300
commitab54de505d55455bcd7a64607884e167b714072f (patch)
treedd9e7fe59c449a39781e491cb0b5a86b90a403c3
parenta6f9fe8a4ddbfe02efc990f2687f596024ef161d (diff)
downloadaur-ab54de505d55455bcd7a64607884e167b714072f.tar.gz
fix
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b881129d544..ec9ee5338c3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ package() {
find "${pkgdir}" -type d -exec chmod 755 {} +
mkdir -p "${pkgdir}/usr/bin"
- ln -s "${pkgdir}/opt/Socket Wrench/socketwrench" "${pkgdir}/usr/bin/socketwrench"
+ ln -s "../../opt/Socket Wrench/socketwrench" "${pkgdir}/usr/bin/socketwrench"
# # Move license
# install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
# mv "${pkgdir}/usr/lib/slack/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}"