add a symlink for update-rc -> rc-update

This commit is contained in:
Mike Frysinger 2007-04-13 12:38:00 +00:00
parent eabcb48f71
commit 21902ef882

View File

@ -136,6 +136,7 @@ install: $(TARGET)
install -m 0755 $(BIN_TARGETS) $(DESTDIR)/bin
install -m 0755 -d $(DESTDIR)/sbin
install -m 0755 $(SBIN_TARGETS) $(DESTDIR)/sbin
ln -s rc-update $(DESTDIR)/sbin/update-rc
install -m 0755 -d $(DESTDIR)/$(LIB)/rcscripts/conf.d
install -m 0644 $(SYS_WHITELIST) $(DESTDIR)/$(LIB)/rcscripts/conf.d
install -m 0755 -d $(DESTDIR)/$(LIB)/rcscripts/bin