Relative links seem to cause an issue, so don't use them.
This commit is contained in:
parent
d5684c26f9
commit
aa719aa295
4
Makefile
4
Makefile
@ -13,8 +13,8 @@ include $(TOPDIR)/default.mk
|
||||
include $(TOPDIR)/Makefile.$(OS)
|
||||
|
||||
install::
|
||||
ln -snf ../../$(RC_LIB)/sh/net.sh $(DESTDIR)/etc/init.d/$(NET_LO) || exit $$?
|
||||
ln -snf ../../$(RC_LIB)/sh/functions.sh $(DESTDIR)/etc/init.d || exit $$?
|
||||
ln -snf /$(RC_LIB)/sh/net.sh $(DESTDIR)/etc/init.d/$(NET_LO) || exit $$?
|
||||
ln -snf /$(RC_LIB)/sh/functions.sh $(DESTDIR)/etc/init.d || exit $$?
|
||||
$(INSTALL) -d $(DESTDIR)$(RC_LIB)/init.d
|
||||
$(INSTALL) -d $(DESTDIR)$(RC_LIB)/tmp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user