summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-05-08 16:34:44 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-13 21:54:43 +0200
commit7db165d9e0a77d7b314b2ef004fff6f9149a704e (patch)
treecc76548ea1d20cc645466b8be803d285415e60a9 /configure
parent8739487b1ce2dc2b93fe7ff283c76f6a56919f1b (diff)
don't try to shadow scripts which are not even there
Change-Id: Ia8517ebc43488b8b92b142fa6b9f483b8fbe8a32 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure b/configure
index b92c4cf25b..fd0dbc9660 100755
--- a/configure
+++ b/configure
@@ -2405,17 +2405,6 @@ if [ "$OPT_SHADOW" = "yes" ]; then
chmod 755 "$outpath/bin/syncqt"
fi
- for i in elf2e32_qtwrapper createpackage patch_capabilities qtmodule-configtests; do
- rm -f "$outpath/bin/$i"
- if [ -x "$relpath/bin/$i" ]; then
- mkdir -p "$outpath/bin"
- echo "#!/bin/sh" >"$outpath/bin/$i"
- echo "QTDIR=\"$relpath\"; export QTDIR" >>"$outpath/bin/$i"
- echo "\"$relpath/bin/$i\" \"\$@\"" >>"$outpath/bin/$i"
- chmod 755 "$outpath/bin/$i"
- fi
- done
-
# save a pre-existing mkspecs/modules dir
test -d "$outpath/mkspecs/modules" && \
mv "$outpath/mkspecs/modules" "$outpath/mkspecs-modules"