--- trunk/initscripts/Makefile.inc 2012/02/05 16:12:26 1670 +++ tags/init-0_8_3/Makefile.inc 2013/12/27 11:13:52 2303 @@ -9,8 +9,8 @@ SBINDIR = /sbin RCDIR = $(SYSCONFDIR)/rc.d INITDIR = $(RCDIR)/init.d -SYSTEMDDIR = /usr/lib/systemd -UNITSDIR = $(SYSTEMDDIR)/system + +PKGCONFIG = pkg-config general: install -d -m 0755 $(DESTDIR)$(SYSCONFDIR) @@ -21,6 +21,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