treewide: Make more dont* variables OK to be undefined in setup hooks
This commit is contained in:
@@ -61,6 +61,6 @@ postPatchMkspecs() {
|
||||
fixQtBuiltinPaths "$dev/mkspecs" '*.pr?'
|
||||
fi
|
||||
}
|
||||
if [ -z "$dontPatchMkspecs" ]; then
|
||||
if [ -z "${dontPatchMkspecs-}" ]; then
|
||||
postPhases="${postPhases}${postPhases:+ }postPatchMkspecs"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user