summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2018-03-04 13:42:15 -0500
committerSlashbunny2018-03-04 13:42:15 -0500
commit4f49d41f0190543b86d8aa7ff593bc52f41a5c6b (patch)
tree68315777c6ae175155fd874dc8e3567a9cccbfe9 /PKGBUILD
parent1c7367affae6e8e49817d23822c9d55e87a5b497 (diff)
downloadaur-4f49d41f0190543b86d8aa7ff593bc52f41a5c6b.tar.gz
Patch systemd service file to correct path
The upstream systemd service file now specifies the full path to the dedicated server executable, which needs to be changed for this package see: https://github.com/ioquake/ioq3/commit/ad10e6610c2f1064ac781936050f1d06ad8c67d1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 646c62b5be0c..29c57fb7512e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributors: OttoA (AUR), hoschi (AUR), samlt (AUR), andreyv (AUR)
pkgname=ioquake3-git
-pkgver=20170407.g7ea46532
+pkgver=20180304.gd28e667e
pkgrel=1
pkgdesc="The de-facto OSS Quake 3 distribution. You need the retail/demo .pk3 files to play."
url="http://ioquake3.org/"
@@ -98,7 +98,7 @@ package() {
"${pkgdir}/usr/lib/systemd/system/q3a.service"
# Patch systemd service file
- sed -i -e "s/ioq3ded.x86_64/q3ded/" \
+ sed -i -e "s@/usr/local/games/quake3/ioq3ded.x86_64@/opt/quake3/q3ded@" \
"${pkgdir}/usr/lib/systemd/system/q3a.service"
# Install Desktop File