Merge "dib-run-parts: make cp to target root more robust"
This commit is contained in:
commit
20def6a0cb
@ -6,6 +6,10 @@ fi
|
|||||||
set -eu
|
set -eu
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
|
# Abort early if dib-run-parts is not found to prevent a meaningless
|
||||||
|
# error message from the subsequent install command
|
||||||
|
DIB_RUN_PARTS=$(which dib-run-parts)
|
||||||
|
|
||||||
exec sudo install -m 0755 -o root -g root -D \
|
exec sudo install -m 0755 -o root -g root -D \
|
||||||
$(which dib-run-parts) \
|
$DIB_RUN_PARTS \
|
||||||
$TARGET_ROOT/usr/local/bin/dib-run-parts
|
$TARGET_ROOT/usr/local/bin/dib-run-parts
|
||||||
|
Loading…
Reference in New Issue
Block a user