summarylogtreecommitdiffstats
path: root/scons_patch.diff
diff options
context:
space:
mode:
authorAndrea Tarocchi2024-01-30 18:06:37 +0100
committerAndrea Tarocchi2024-01-30 18:06:37 +0100
commita481923c9ca45d4f007fe129af354a45ded96bfb (patch)
treec71b64e994e02d218e0ef189a8fc674f01bc206c /scons_patch.diff
parent80da6fdb9dd2a2f2171d45fb1789a54ee81bf617 (diff)
downloadaur-a481923c9ca45d4f007fe129af354a45ded96bfb.tar.gz
Updated to 1.17.25
Diffstat (limited to 'scons_patch.diff')
-rw-r--r--scons_patch.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/scons_patch.diff b/scons_patch.diff
new file mode 100644
index 000000000000..cfc1905415e3
--- /dev/null
+++ b/scons_patch.diff
@@ -0,0 +1,15 @@
+diff --git a/SConstruct b/SConstruct
+index 364e15ea175..64222f25afb 100755
+--- a/SConstruct
++++ b/SConstruct
+@@ -767,8 +767,8 @@ if not access(fifodir, F_OK):
+ env.Alias("install-wesnothd", fifodir)
+ if env["systemd"]:
+ env.InstallData("prefix", "wesnothd", "#packaging/systemd/wesnothd.service", "lib/systemd/system")
+- env.InstallData("prefix", "wesnothd", "#packaging/systemd/wesnothd/tmpfiles.conf", "lib/tmpfiles.d")
+- env.InstallData("prefix", "wesnothd", "#packaging/systemd/wesnothd/sysusers.conf", "lib/sysusers.d")
++ env.InstallData("prefix", "wesnothd", "#packaging/systemd/wesnothd.tmpfiles.conf", "lib/tmpfiles.d")
++ env.InstallData("prefix", "wesnothd", "#packaging/systemd/wesnothd.sysusers.conf", "lib/sysusers.d")
+
+ # Wesnoth campaign server
+ env.InstallBinary(campaignd)