From: Michael Biebl Date: Wed, 17 Jun 2015 14:36:46 +0000 (+0200) Subject: build-sys: restore systemshutdowndir substitution X-Git-Tag: v221~49^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F260%2Fhead;p=thirdparty%2Fsystemd.git build-sys: restore systemshutdowndir substitution This was accidentally removed in d6b07ef. --- diff --git a/Makefile.am b/Makefile.am index 2a79a2a6833..1c5df680df2 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)|'