summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0bbc62c5b74..58e98b2f8f39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,6 +23,7 @@ cp -a ${srcdir}/weblogo/* "${pkgdir}/opt/${pkgname}/."
# link the exe
mkdir -p ${pkgdir}/usr/bin
+ln -s /opt/${pkgname}/seqlogo ${pkgdir}/usr/bin/.
# install license file
install -m644 -D "${srcdir}/weblogo/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"