Makefile: install modprobe.d files to /lib/modprobe.d

This commit is contained in:
Silvan Calarco 2013-04-14 17:09:15 +02:00
parent 4c88ee93df
commit fc44a0346b
6 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# 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>
include VERSION
@ -67,7 +67,7 @@ install-dirs:
install-files:
touch $(DESTDIR)$(localstatedir)/run/utmp
touch $(DESTDIR)$(localstatedir)/log/{btmp,lastlog,wtmp}
cp -a etc var $(DESTDIR)
cp -a etc lib var $(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;\