GRMPF!!!; refs #115

master
Marc Wäckerlin 12 years ago
parent 04e3a99dd7
commit 5127c5871d
  1. 2
      src/makefile.am

@ -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

Loading…
Cancel
Save