diff options
| author | torben | 2016-01-22 12:56:15 +0100 |
|---|---|---|
| committer | torben | 2016-01-22 12:56:15 +0100 |
| commit | 7e8ea014fe78369e5609062c0612611e38927d43 (patch) | |
| tree | 4d9612022aeadb53464da49d50036d1ab67f2e8f | |
| parent | bugfixes (diff) | |
| download | systemd-init-7e8ea014fe78369e5609062c0612611e38927d43.tar.gz systemd-init-7e8ea014fe78369e5609062c0612611e38927d43.tar.xz systemd-init-7e8ea014fe78369e5609062c0612611e38927d43.zip | |
Sync
| -rwxr-xr-x | builder/build-initramfs.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/builder/build-initramfs.sh b/builder/build-initramfs.sh index 9e2feb92..c2af04a7 100755 --- a/builder/build-initramfs.sh +++ b/builder/build-initramfs.sh @@ -67,7 +67,8 @@ if ! [[ -d "$build_initramfs__needed_location" ]]; then git submodule init git submodule update popd - cp --recursive "${build_initramfs__temporary_repository_location}/builder/dnbd3-rootfs" \ + cp --recursive \ + "${build_initramfs__temporary_repository_location}/builder/dnbd3-rootfs" \ "$build_initramfs__needed_location" rm --recursive --force "$build_initramfs__temporary_repository_location" fi |
