diff options
author | Cristian RodrÃguez <crrodriguez@opensuse.org> | 2015-01-23 14:35:20 -0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-23 19:09:37 +0100 |
commit | 66b0e0e0e3652227fe107ab9d09fa14fd4bc4dfa (patch) | |
tree | b3051c79cf14f973b40ed895d8058e4027b3100d /Makefile.am | |
parent | 36a03ca2a8952ca1acb29fbe796210c27ff71aff (diff) |
build-sys: lookup for sulogin, it might not be in /sbin
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 45d7a349fd..c463f2353e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6220,6 +6220,7 @@ substitutions = \ '|rootprefix=$(rootprefix)|' \ '|udevlibexecdir=$(udevlibexecdir)|' \ '|SUSHELL=$(SUSHELL)|' \ + '|SULOGIN=$(SULOGIN)|' \ '|DEBUGTTY=$(DEBUGTTY)|' \ '|KILL=$(KILL)|' \ '|KMOD=$(KMOD)|' \ |