summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-04-05 02:52:21 +0200
committerLennart Poettering <lennart@poettering.net>2011-04-05 02:52:21 +0200
commitcb06add70d69eae1a990da283e1a582ee98a142d (patch)
treeb406791b6527b6fa5aafb0547cb8455a2bdf4a68 /Makefile.am
parent32d0463d5c9982cc0c98a6e2867f94c764a496c2 (diff)
build-sys: we don't need rootsbindir anymore since we don't install anything to /sbin
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 41e7a921a6..4e244807c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,11 +37,10 @@ usergeneratordir=$(pkglibexecdir)/user-generators
# And these are the special ones for /
rootdir=@rootdir@
rootbindir=$(rootdir)/bin
-rootsbindir=$(rootdir)/sbin
rootlibexecdir=$(rootdir)/lib/systemd
+systemgeneratordir=$(rootlibexecdir)/system-generators
+systemshutdowndir=$(rootlibexecdir)/system-shutdown
systemunitdir=$(rootdir)/lib/systemd/system
-systemgeneratordir=$(rootdir)/lib/systemd/system-generators
-systemshutdowndir=$(rootdir)/lib/systemd/system-shutdown
AM_CPPFLAGS = \
-include $(top_builddir)/config.h \