Add perl-IPC dependency
This commit is contained in:
@@ -321,6 +321,7 @@ installDependencies() {
|
|||||||
"python3"
|
"python3"
|
||||||
"python2"
|
"python2"
|
||||||
"axel"
|
"axel"
|
||||||
|
"perl-IPC-Cmd"
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
debian|ubuntu)
|
debian|ubuntu)
|
||||||
@@ -445,13 +446,7 @@ makeImages() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create temp directory manually
|
make image \
|
||||||
# TODO workaround as of 6/27/2023
|
|
||||||
|
|
||||||
declare tmpdir
|
|
||||||
tmpdir=$(mktemp -d)
|
|
||||||
|
|
||||||
TMPDIR="$tmpdir" make image \
|
|
||||||
BIN_DIR="$BINDIR" \
|
BIN_DIR="$BINDIR" \
|
||||||
PROFILE="$DEVICE" \
|
PROFILE="$DEVICE" \
|
||||||
PACKAGES="$PACKAGES" \
|
PACKAGES="$PACKAGES" \
|
||||||
|
|||||||
Reference in New Issue
Block a user