summarylogtreecommitdiffstats
path: root/scons_patch.diff
blob: cfc1905415e35c3879dbf82e423b77ece093023a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)