diff options
| author | jandob | 2015-12-04 21:42:09 +0100 |
|---|---|---|
| committer | jandob | 2015-12-04 21:42:09 +0100 |
| commit | 5b6674bf176051cf3538519e9e3002c70549599a (patch) | |
| tree | 94c974877abed6ccdbcb91b0ef1d8608efdb5fe5 | |
| parent | fix (diff) | |
| parent | Sync (diff) | |
| download | systemd-init-5b6674bf176051cf3538519e9e3002c70549599a.tar.gz systemd-init-5b6674bf176051cf3538519e9e3002c70549599a.tar.xz systemd-init-5b6674bf176051cf3538519e9e3002c70549599a.zip | |
merge
| -rwxr-xr-x | builder/build-initramfs.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh index 41a8af24..160f70d4 100755 --- a/builder/build-initramfs.sh +++ b/builder/build-initramfs.sh @@ -65,14 +65,13 @@ if ! [[ -d "$build_initramfs__needed_location" ]]; then git submodule init git submodule update popd - cp --recursive "$build_initramfs__temporary_repository_location" \ + cp --recursive "${build_initramfs__temporary_repository_location}/builder/dnbd3-rootfs" \ "$build_initramfs__needed_location" rm --recursive --force "$build_initramfs__temporary_repository_location" fi set +o errexit source "$(dirname "${BASH_SOURCE[0]}")/dnbd3-rootfs/scripts/rebash/core.sh" -exit 0 core.import logging core.import utils core.import exceptions |
