summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26a14b2a9dbe..bb1b9ad1565c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,8 @@ package() {
# Permission fix
find "${pkgdir}" -type d -exec chmod 755 {} +
-
+
+ ln -s "${pkgdir}/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}"