From: Thierry Parmentelat Date: Fri, 31 Jan 2014 08:50:53 +0000 (+0100) Subject: oops, the f14 build was installing for systemd instead of init X-Git-Tag: nodemanager-5.2-10~6^2~8 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6770d8ce6d50010e883cda5076c2c1e745ac6085;p=nodemanager.git oops, the f14 build was installing for systemd instead of init --- diff --git a/Makefile b/Makefile index e6c2569..853577e 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ install-miscell: rsync -av sliver-initscripts/ $(DESTDIR)/$(datadir)/NodeManager/sliver-initscripts/ chmod 755 $(DESTDIR)/$(datadir)/NodeManager/sliver-initscripts/ -ifneq "$use_systemd" "" +ifneq "$(use_systemd)" "" install-startup: install-systemd else install-startup: install-init