summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64035ac55f35..d76033e277fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,6 +29,6 @@ package() {
mkdir -p "$pkgdir/usr/bin"
chmod +x /opt/openwmail/openWMail
- ln -s /opt/openwmail/openWMail ${pkgdir}/usr/bin
+ ln -s $pkgdir/opt/openwmail/openWMail ${pkgdir}/usr/bin
}