diff --git a/Makefile b/Makefile index 0f14de3..52c97b9 100644 --- a/Makefile +++ b/Makefile @@ -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;\ diff --git a/etc/sysctl.conf b/usr/lib/sysctl.d/40-openmamba.conf similarity index 100% rename from etc/sysctl.conf rename to usr/lib/sysctl.d/40-openmamba.conf