Install sysctl.conf as expected by systemd in /usr/lib/sysctl.d and rename to 40-openmamba.conf
This commit is contained in:
parent
72b8241f33
commit
5b8fdba206
2
Makefile
2
Makefile
@ -67,7 +67,7 @@ install-dirs:
|
|||||||
install-files:
|
install-files:
|
||||||
touch $(DESTDIR)$(localstatedir)/run/utmp
|
touch $(DESTDIR)$(localstatedir)/run/utmp
|
||||||
touch $(DESTDIR)$(localstatedir)/log/{btmp,lastlog,wtmp}
|
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
|
$(INSTALL_SCRIPT) sbin/* $(DESTDIR)/sbin
|
||||||
for i in `seq 0 6`; do\
|
for i in `seq 0 6`; do\
|
||||||
ln -sf rc.d/rc$$i.d/ $(DESTDIR)$(sysconfdir)/rc$$i.d;\
|
ln -sf rc.d/rc$$i.d/ $(DESTDIR)$(sysconfdir)/rc$$i.d;\
|
||||||
|
Loading…
Reference in New Issue
Block a user