Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
05801e2283 | |||
f84f50c4e9 |
1
Makefile
1
Makefile
@@ -120,7 +120,6 @@ install-runit:
|
||||
|
||||
install -d $(DESTDIR)$(RCDIR)
|
||||
install -m755 $(RCLOCAL) $(DESTDIR)$(RCDIR)
|
||||
install -m755 $(RCLOCAL) $(DESTDIR)$(SYSCONFDIR)
|
||||
|
||||
install -d $(DESTDIR)$(BINDIR)
|
||||
install -m755 $(BIN) $(DESTDIR)$(BINDIR)
|
||||
|
@@ -13,7 +13,7 @@ done
|
||||
if [ -x @RCDIR@/rc.local ] && grep -qv '^#' @RCDIR@/rc.local; then
|
||||
@RCDIR@/rc.local
|
||||
echo "==> @RCDIR@/rc.local has been deprecated. Please move the contents"
|
||||
echo " of the file to @SYSCONFDIR/rc.local, since the next version of"
|
||||
echo " of the file to @SYSCONFDIR@/rc.local, since the next version of"
|
||||
echo " runit-artix won't read @RCDIR@/rc.local anymore."
|
||||
fi
|
||||
[ -x @SYSCONFDIR@/rc.local ] && @SYSCONFDIR@/rc.local
|
||||
|
Reference in New Issue
Block a user