summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2018-03-04 13:42:15 -0500
committerSlashbunny2018-03-04 13:42:15 -0500
commit4f49d41f0190543b86d8aa7ff593bc52f41a5c6b (patch)
tree68315777c6ae175155fd874dc8e3567a9cccbfe9
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
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32a6703eb227..c21353949cfd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 8 17:26:50 UTC 2017
+# Sun Mar 4 18:41:44 UTC 2018
pkgbase = ioquake3-git
pkgdesc = The de-facto OSS Quake 3 distribution. You need the retail/demo .pk3 files to play.
- pkgver = 20170407.g7ea46532
+ pkgver = 20180304.gd28e667e
pkgrel = 1
url = http://ioquake3.org/
install = quake3.install
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