Seems like I forgot to remove -s for ${PROG}.
This commit is contained in:
parent
4defdcc6c7
commit
bdc39e20d7
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ install: ${LIB} ${STATIC_LIB} ${PLUGIN} ${PROG} install-extra
|
|||
|
||||
for i in ${PROG}; do \
|
||||
${INSTALL_STATUS}; \
|
||||
if ${MKDIR_P} ${DESTDIR}${bindir} && ${INSTALL} -m 755 -s $$i ${DESTDIR}${bindir}/$$i; then \
|
||||
if ${MKDIR_P} ${DESTDIR}${bindir} && ${INSTALL} -m 755 $$i ${DESTDIR}${bindir}/$$i; then \
|
||||
${INSTALL_OK}; \
|
||||
else \
|
||||
${INSTALL_FAILED}; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue