]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: restore systemshutdowndir substitution 260/head
authorMichael Biebl <biebl@debian.org>
Wed, 17 Jun 2015 14:36:46 +0000 (16:36 +0200)
committerMichael Biebl <biebl@debian.org>
Wed, 17 Jun 2015 14:37:59 +0000 (16:37 +0200)
This was accidentally removed in d6b07ef.

Makefile.am

index 2a79a2a68333569fd9cb60242a894743396674f2..1c5df680df2e285b55dfd47848b5a0d76c979d3c 100644 (file)
@@ -5960,6 +5960,7 @@ substitutions = \
        '|systemgidmax=$(SYSTEM_GID_MAX)|' \
        '|TTY_GID=$(TTY_GID)|' \
        '|systemsleepdir=$(systemsleepdir)|' \
+       '|systemshutdowndir=$(systemshutdowndir)|' \
        '|binfmtdir=$(binfmtdir)|' \
        '|modulesloaddir=$(modulesloaddir)|'