fix symlink target
The target for the symlinks in ${SBINDIR} (the same directory as the rc binary) was "rc". This is not correct; the target should be ${SBINDIR}/rc instead.
This commit is contained in:
parent
43678fd2c4
commit
04379b2de9
@ -79,7 +79,7 @@ install: all
|
|||||||
${INSTALL} -d ${DESTDIR}${BINDIR}
|
${INSTALL} -d ${DESTDIR}${BINDIR}
|
||||||
$(call make-links,${BINLINKS},${SBINDIR}/${PROG},${DESTDIR}${BINDIR})
|
$(call make-links,${BINLINKS},${SBINDIR}/${PROG},${DESTDIR}${BINDIR})
|
||||||
${INSTALL} -d ${DESTDIR}${SBINDIR}
|
${INSTALL} -d ${DESTDIR}${SBINDIR}
|
||||||
$(call make-links,${SBINLINKS},${PROG},${DESTDIR}${SBINDIR})
|
$(call make-links,${SBINLINKS},${SBINDIR}/${PROG},${DESTDIR}${SBINDIR})
|
||||||
${INSTALL} -d ${DESTDIR}${LINKDIR}/bin
|
${INSTALL} -d ${DESTDIR}${LINKDIR}/bin
|
||||||
$(call make-links,${RC_BINLINKS},${SBINDIR}/${PROG},${DESTDIR}${LINKDIR}/bin)
|
$(call make-links,${RC_BINLINKS},${SBINDIR}/${PROG},${DESTDIR}${LINKDIR}/bin)
|
||||||
${INSTALL} -d ${DESTDIR}${LINKDIR}/sbin
|
${INSTALL} -d ${DESTDIR}${LINKDIR}/sbin
|
||||||
|
Loading…
Reference in New Issue
Block a user