diff options
author | Michael Biebl <biebl@debian.org> | 2015-06-17 16:36:46 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2015-06-17 16:37:59 +0200 |
commit | 40af96f6922282504c0114b1f18bd9ddd6f5d0f7 (patch) | |
tree | 07b6fdf6f8e6eb3ddcde440423be1d16936067d0 | |
parent | 0e782a6422b6ac614d3177dd4fc00ffe6747cbc5 (diff) |
build-sys: restore systemshutdowndir substitution
This was accidentally removed in d6b07ef.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2a79a2a683..1c5df680df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5960,6 +5960,7 @@ substitutions = \ '|systemgidmax=$(SYSTEM_GID_MAX)|' \ '|TTY_GID=$(TTY_GID)|' \ '|systemsleepdir=$(systemsleepdir)|' \ + '|systemshutdowndir=$(systemshutdowndir)|' \ '|binfmtdir=$(binfmtdir)|' \ '|modulesloaddir=$(modulesloaddir)|' |