diff options
author | Lorn Potter <lorn.potter@nokia.com> | 2010-06-28 23:34:54 (GMT) |
---|---|---|
committer | Lorn Potter <lorn.potter@nokia.com> | 2010-06-28 23:34:54 (GMT) |
commit | 676ef3a5ffd7aa1c8f85bce6010205e2d101b8d5 (patch) | |
tree | dbe9d9bcbf17beb03ca755a14074bd96092ac168 /configure | |
parent | 580586d63a219bd63816071426fafec63a864d0d (diff) | |
parent | 54155c773c7a879d967e577e1d24ce828850c90a (diff) | |
download | Qt-676ef3a5ffd7aa1c8f85bce6010205e2d101b8d5.zip Qt-676ef3a5ffd7aa1c8f85bce6010205e2d101b8d5.tar.gz Qt-676ef3a5ffd7aa1c8f85bce6010205e2d101b8d5.tar.bz2 |
Merge branch '4.7' of git://gitorious.org/qt/qt into 4.7
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" |