qtbase-setup-hook: `postPhases` may be undefined
My earlier sed missed this because it already had `{..}`.
This commit is contained in:
parent
9df7efe0c6
commit
9b274e2962
|
@ -62,5 +62,5 @@ postPatchMkspecs() {
|
|||
fi
|
||||
}
|
||||
if [ -z "${dontPatchMkspecs-}" ]; then
|
||||
postPhases="${postPhases}${postPhases:+ }postPatchMkspecs"
|
||||
postPhases="${postPhases-}${postPhases:+ }postPatchMkspecs"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue