(${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not cwd.
This commit is contained in:
parent
eb8a344d52
commit
8ff3d70355
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ ${archlibdir}: all
|
|||
chmod 755 ${archlibdir}/$$file ; \
|
||||
done ; \
|
||||
for file in ${SCRIPTS}; do \
|
||||
$(INSTALL_PROGRAM) $$file ${archlibdir}/$$file ; \
|
||||
$(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file ; \
|
||||
chmod 755 ${archlibdir}/$$file ; \
|
||||
done ; \
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue