Install sysctl.conf as expected by systemd in /usr/lib/sysctl.d and rename to 40-openmamba.conf

This commit is contained in:
Silvan Calarco 2017-12-20 22:59:05 +01:00
parent 72b8241f33
commit 5b8fdba206
2 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ install-dirs:
install-files:
touch $(DESTDIR)$(localstatedir)/run/utmp
touch $(DESTDIR)$(localstatedir)/log/{btmp,lastlog,wtmp}
cp -a etc lib var $(DESTDIR)
cp -a etc lib var usr $(DESTDIR)
$(INSTALL_SCRIPT) sbin/* $(DESTDIR)/sbin
for i in `seq 0 6`; do\
ln -sf rc.d/rc$$i.d/ $(DESTDIR)$(sysconfdir)/rc$$i.d;\