From fc44a0346bce0a129c7bcbea1e446850a9774eed Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 14 Apr 2013 17:09:15 +0200 Subject: [PATCH] Makefile: install modprobe.d files to /lib/modprobe.d --- Makefile | 4 ++-- {etc => lib}/modprobe.d/blacklist-framebuffer.conf | 0 {etc => lib}/modprobe.d/blacklist-net.conf | 0 {etc => lib}/modprobe.d/ipv6.conf | 0 {etc => lib}/modprobe.d/lp.conf | 0 {etc => lib}/modprobe.d/rtl8192ce.conf | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename {etc => lib}/modprobe.d/blacklist-framebuffer.conf (100%) rename {etc => lib}/modprobe.d/blacklist-net.conf (100%) rename {etc => lib}/modprobe.d/ipv6.conf (100%) rename {etc => lib}/modprobe.d/lp.conf (100%) rename {etc => lib}/modprobe.d/rtl8192ce.conf (100%) diff --git a/Makefile b/Makefile index a1cb5fa..0f14de3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Makefile for openmamba initscripts -# Copyright (C) 2004-2010 by Silvan Calarco +# Copyright (C) 2004-2013 by Silvan Calarco # Copyright (C) 2004-2009 by Davide Madrisan 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;\ diff --git a/etc/modprobe.d/blacklist-framebuffer.conf b/lib/modprobe.d/blacklist-framebuffer.conf similarity index 100% rename from etc/modprobe.d/blacklist-framebuffer.conf rename to lib/modprobe.d/blacklist-framebuffer.conf diff --git a/etc/modprobe.d/blacklist-net.conf b/lib/modprobe.d/blacklist-net.conf similarity index 100% rename from etc/modprobe.d/blacklist-net.conf rename to lib/modprobe.d/blacklist-net.conf diff --git a/etc/modprobe.d/ipv6.conf b/lib/modprobe.d/ipv6.conf similarity index 100% rename from etc/modprobe.d/ipv6.conf rename to lib/modprobe.d/ipv6.conf diff --git a/etc/modprobe.d/lp.conf b/lib/modprobe.d/lp.conf similarity index 100% rename from etc/modprobe.d/lp.conf rename to lib/modprobe.d/lp.conf diff --git a/etc/modprobe.d/rtl8192ce.conf b/lib/modprobe.d/rtl8192ce.conf similarity index 100% rename from etc/modprobe.d/rtl8192ce.conf rename to lib/modprobe.d/rtl8192ce.conf