Makefile: install modprobe.d files to /lib/modprobe.d
This commit is contained in:
parent
4c88ee93df
commit
fc44a0346b
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
|||||||
# Makefile for openmamba initscripts
|
# Makefile for openmamba initscripts
|
||||||
# Copyright (C) 2004-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
# Copyright (C) 2004-2013 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
# Copyright (C) 2004-2009 by Davide Madrisan <davide.madrisan@gmail.com>
|
# Copyright (C) 2004-2009 by Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
|
|
||||||
include VERSION
|
include VERSION
|
||||||
@ -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 var $(DESTDIR)
|
cp -a etc lib var $(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