Revert "Introduce patchShebangsPhase ran in preConfigurePhases"
This reverts commit 512fbb280f.
See #5368
This commit is contained in:
@@ -7,12 +7,6 @@
|
||||
|
||||
fixupOutputHooks+=('if [ -z "$dontPatchShebangs" ]; then patchShebangs "$prefix"; fi')
|
||||
|
||||
preConfigurePhases+=" patchShebangsPhase"
|
||||
|
||||
patchShebangsPhase() {
|
||||
if [ -z "$dontPatchSourceShebangs" ]; then patchShebangs "."; fi
|
||||
}
|
||||
|
||||
patchShebangs() {
|
||||
local dir="$1"
|
||||
header "patching script interpreter paths in $dir"
|
||||
|
||||
Reference in New Issue
Block a user