From 7db165d9e0a77d7b314b2ef004fff6f9149a704e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 8 May 2013 16:34:44 +0200 Subject: don't try to shadow scripts which are not even there Change-Id: Ia8517ebc43488b8b92b142fa6b9f483b8fbe8a32 Reviewed-by: Joerg Bornemann --- configure | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure') 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" -- cgit v1.2.3