diff --git a/pkgs/stdenv/generic/setup.sh b/pkgs/stdenv/generic/setup.sh index 40ffd9344e34d..9ff1995eded12 100644 --- a/pkgs/stdenv/generic/setup.sh +++ b/pkgs/stdenv/generic/setup.sh @@ -1031,10 +1031,10 @@ configurePhase() { -executable \ -type f \ -name configure \ - -execdir grep -l 'GNU Libtool is free software; you can redistribute it and/or modify' {} \; \ - -execdir touch -r {} "$CONFIGURE_MTIME_REFERENCE" \; \ - -execdir sed -i s_/usr/bin/file_file_g {} \; \ - -execdir touch -r "$CONFIGURE_MTIME_REFERENCE" {} \; + -exec grep -l 'GNU Libtool is free software; you can redistribute it and/or modify' {} \; \ + -exec touch -r {} "$CONFIGURE_MTIME_REFERENCE" \; \ + -exec sed -i s_/usr/bin/file_file_g {} \; \ + -exec touch -r "$CONFIGURE_MTIME_REFERENCE" {} \; rm -f "$CONFIGURE_MTIME_REFERENCE" fi