summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSinTan17292022-09-11 19:04:42 -0500
committerSinTan17292022-09-11 19:04:42 -0500
commit994f44ab4e030a101272da095486d776c409a619 (patch)
treef3b3c8bcec05e68497c03fb7746aca5b8ca88e30 /PKGBUILD
parent81e5b6bbe2c4212016249661a2c00b63e5699049 (diff)
downloadaur-994f44ab4e030a101272da095486d776c409a619.tar.gz
Moved binary link to /usr/local/bin/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 190b6c31b006..61db2992c05c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
pkgname="sejda-console"
pkgver=3.2.85
-pkgrel=4
+pkgrel=5
pkgdesc="Shell interface for performing pdf manipulations"
arch=('x86_64')
url="www.sejda.org"
@@ -15,5 +15,5 @@ package() {
cp -r $pkgname-$pkgver $pkgdir/opt/sejda-console/
rm $pkgdir/opt/sejda-console/bin/sejda-console.bat
mkdir -p $pkgdir/usr/bin
- ln -s /opt/sejda-console/bin/sejda-console $pkgdir/usr/bin/
+ ln -s /opt/sejda-console/bin/sejda-console $pkgdir/usr/local/bin/
}