summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Smith2017-02-17 16:36:34 +1100
committerPhillip Smith2017-02-17 16:36:34 +1100
commit5773f8bc6733eb29187feb3f1b63991a3ea014d3 (patch)
treece0ddf0bb483c059169ace76dc4ee99bfe8df098 /PKGBUILD
parent5b52eaf93500b1f1663ea801fc7e2bd2d87a5c04 (diff)
downloadaur-5773f8bc6733eb29187feb3f1b63991a3ea014d3.tar.gz
upgpkg: editix-free 2016-2
editix-free; fix symlink destination
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e486966baef..623c32ea43c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgname=editix-free
pkgver=2016
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="EditiX is a powerful and easy to use XML editor, Visual Schema Editor, XQuery Editor and XSLT debugger"
arch=('any')
@@ -41,7 +41,7 @@ package() {
# Create a symlink to /usr/bin
install -dm755 "$pkgdir/usr/bin/"
- ln -sf /opt/editix-${pkgver}/bin/run.sh "$pkgdir/usr/bin/$pkgname"
+ ln -sf /opt/editix-${pkgver}/bin/editix.sh "$pkgdir/usr/bin/$pkgname"
chmod 755 "${pkgdir}/opt/editix${pkgver}/bin/editix.sh"
# Fix the run script