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