--- trunk/magellan-initscripts/Makefile 2008/03/22 19:59:32 694 +++ trunk/magellan-initscripts/Makefile 2008/12/22 22:27:14 785 @@ -1,5 +1,5 @@ # Magellan Initscripts -# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/Makefile,v 1.8 2008-03-22 19:59:32 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/Makefile,v 1.9 2008-12-22 22:27:14 niro Exp $ CC=gcc CFLAGS=-Os -Wall @@ -28,7 +28,6 @@ install -d -m 0755 $(DESTDIR)$(sysconfdir) install -d -m 0755 $(DESTDIR)$(sysconfdir)/conf.d install -d -m 0755 $(DESTDIR)$(sysconfdir)/modules.d - install -d -m 0755 $(DESTDIR)$(sysconfdir)/sysconfig install -d -m 0755 $(DESTDIR)$(rcdir)/rc0.d install -d -m 0755 $(DESTDIR)$(rcdir)/rc1.d install -d -m 0755 $(DESTDIR)$(rcdir)/rc2.d @@ -67,7 +66,7 @@ install -m 0644 etc/conf.d/kernel $(DESTDIR)$(sysconfdir)/conf.d install -m 0644 etc/conf.d/net.routes $(DESTDIR)$(sysconfdir)/conf.d install -m 0644 etc/conf.d/net.sample $(DESTDIR)$(sysconfdir)/conf.d - install -m 0644 etc/sysconfig/rc $(DESTDIR)$(sysconfdir)/sysconfig + install -m 0644 etc/conf.d/rc $(DESTDIR)$(sysconfdir)/sysconfig install-modulesd: install -m 0644 etc/modules.autoload $(DESTDIR)$(sysconfdir)