summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwestofer2021-02-16 18:53:50 +0300
committerwestofer2021-02-16 18:53:50 +0300
commit63cc9511119e586ffeb9880d126b8219e196c7ec (patch)
tree20163d7f51679ffcd4f6b29c0a4afac9bf315bbb /PKGBUILD
parent07526d1bf064d6b467e435970774c54c00a8114c (diff)
downloadaur-63cc9511119e586ffeb9880d126b8219e196c7ec.tar.gz
fix: broken symolic link /usr/bin/logseq
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9439335311fd..6ab024fd7e99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,5 +40,5 @@ package() {
cp -r $srcdir/Logseq-linux-x64/* ${pkgdir}/opt/${_pkgname}/
install -d ${pkgdir}/usr/bin
- ln -s $srcdir/Logseq-linux-x64/Logseq ${pkgdir}/usr/bin/logseq
+ ln -s /opt/${_pkgname}/Logseq ${pkgdir}/usr/bin/logseq
}