--- trunk/initscripts/Makefile.inc 2012/02/05 16:12:26 1670 +++ trunk/initscripts/Makefile.inc 2013/10/15 09:46:02 2215 @@ -9,8 +9,6 @@ SBINDIR = /sbin RCDIR = $(SYSCONFDIR)/rc.d INITDIR = $(RCDIR)/init.d -SYSTEMDDIR = /usr/lib/systemd -UNITSDIR = $(SYSTEMDDIR)/system general: install -d -m 0755 $(DESTDIR)$(SYSCONFDIR) @@ -21,6 +19,9 @@ install -d -m 0755 $(DESTDIR)$(SYSCONFDIR)/conf.d for file in conf.d/*; do install -m 0644 $${file} $(DESTDIR)$(SYSCONFDIR)/conf.d/; done + install -d -m 0755 $(DESTDIR)$(SYSCONFDIR)/env.d + for file in env.d/*; do install -m 0644 $${file} $(DESTDIR)$(SYSCONFDIR)/env.d/; done + install -d -m 0755 $(DESTDIR)$(SYSCONFDIR)/modprobe.d for file in modprobe.d/*; do install -m 0644 $${file} $(DESTDIR)$(SYSCONFDIR)/modprobe.d/; done