GRMPF!!!; refs #115
This commit is contained in:
@@ -88,7 +88,7 @@ install-data-local:
|
|||||||
${mkinstalldirs} ${DESTDIR}${bindir}
|
${mkinstalldirs} ${DESTDIR}${bindir}
|
||||||
for file in ${QMAKE_TARGET}{,.app,.exe}; do \
|
for file in ${QMAKE_TARGET}{,.app,.exe}; do \
|
||||||
if test -d $$file; then \
|
if test -d $$file; then \
|
||||||
${INSTALL} -d $$file ${DESTDIR}${bindir}; \
|
rsync -a --delete $$file ${DESTDIR}${bindir}/; \
|
||||||
elif test -e $$file; then \
|
elif test -e $$file; then \
|
||||||
${INSTALL} $$file ${DESTDIR}${bindir}; \
|
${INSTALL} $$file ${DESTDIR}${bindir}; \
|
||||||
fi; \
|
fi; \
|
||||||
|
Reference in New Issue
Block a user