summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosef Miegl2018-12-29 14:27:07 +0100
committerJosef Miegl2018-12-29 14:27:07 +0100
commitce7a39aadb063f87f0cc0a41915513dab689bdec (patch)
treebc0c4c9d26871c74cfa6a4570b31fb90abdc30af
parent229cd0bcd9b2b1987713010e7fd95297845b179b (diff)
downloadaur-ce7a39aadb063f87f0cc0a41915513dab689bdec.tar.gz
fix symlink
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12b0d59a8979..6b93006d98e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ package() {
cd $pkgdir
install -d usr/lib/
install -d usr/bin/
- ln -s usr/lib/$pkgname/$_file usr/bin/$pkgname
+ ln -s /usr/lib/$pkgname/$_file usr/bin/$pkgname
install -D -m755 $srcdir/$_file usr/lib/$pkgname/$_file
install -D -m644 $srcdir/$pkgname.desktop usr/share/applications/$pkgname.desktop