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