diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-06-25 13:44:04 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-06-25 13:44:04 (GMT) |
commit | 15866a4436814da5da9348a8c930ee1d826ecb9a (patch) | |
tree | 834ca7c352ff45a167b1ba9dff19938238e25fb7 /configure | |
parent | ff7b6c0da57c37f39b72b9823c5b4d78c4e95cb7 (diff) | |
download | Qt-15866a4436814da5da9348a8c930ee1d826ecb9a.zip Qt-15866a4436814da5da9348a8c930ee1d826ecb9a.tar.gz Qt-15866a4436814da5da9348a8c930ee1d826ecb9a.tar.bz2 |
Make symbian/unix shadow builds work again.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2340,7 +2340,7 @@ if [ "$OPT_SHADOW" = "yes" ]; then chmod 755 "$outpath/bin/syncqt" fi - for i in createpackage patch_capabilities; do + for i in elf2e32_qtwrapper createpackage patch_capabilities; do rm -f "$outpath/bin/$i" if [ -x "$relpath/bin/$i" ]; then mkdir -p "$outpath/bin" |