diff options
-rwxr-xr-x | mkinitcpio | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -183,6 +183,9 @@ fi TMPDIR=$(mktemp -d "${TMPDIR:-/tmp}/mkinitcpio.XXXXXX") declare BUILDROOT=$TMPDIR/root +# explicitly create the buildroot +mkdir "$TMPDIR/root" + # use preset $PRESET if [[ $PRESET ]]; then # allow absolute path to preset file, else resolve it |