summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele 'Lele' Calo2018-02-07 18:38:15 +0100
committerEmanuele 'Lele' Calo2018-02-07 18:38:15 +0100
commit97441fa3c8dc681e244b56697fe1d0d0e6014060 (patch)
treedde620d2dc1dcfb29a2aee9dec3add40ee7fedde
parent787bb7152f3147b732d84e5867a1e49078b6ccf9 (diff)
downloadaur-97441fa3c8dc681e244b56697fe1d0d0e6014060.tar.gz
Fixed opt symlink
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fe331adf9f9..9f5a60d4c233 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = adom-noteye
pkgdesc = A roguelike game with a quest-centric, plot driven structure (+ GUI) - Please consider buying the game on Steam
pkgver = 3.0.6
- pkgrel = 2
+ pkgrel = 3
url = http://www.adom.de/
arch = x86_64
license = custom:adom
diff --git a/PKGBUILD b/PKGBUILD
index b52f1d988655..c17aef7f5b98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=adom-noteye
pkgver=3.0.6
-pkgrel=2
+pkgrel=3
pkgdesc="A roguelike game with a quest-centric, plot driven structure (+ GUI) - Please consider buying the game on Steam"
arch=("x86_64")
url="http://www.adom.de/"
@@ -35,7 +35,7 @@ package() {
install --mode 755 "${srcdir}/adom.sh" "${pkgdir}/opt/adom/adom.sh"
install -d "${pkgdir}/usr/bin"
- ln -s "${pkgdir}/opt/adom/adom.sh" "${pkgdir}/usr/bin/adom"
+ ln -s "/opt/adom/adom.sh" "${pkgdir}/usr/bin/adom"
# Add the LICENSE file
install -d "${pkgdir}/usr/share/licenses/${pkgname}"