summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
authortorben2016-01-22 12:56:15 +0100
committertorben2016-01-22 12:56:15 +0100
commit7e8ea014fe78369e5609062c0612611e38927d43 (patch)
tree4d9612022aeadb53464da49d50036d1ab67f2e8f /builder
parentbugfixes (diff)
downloadsystemd-init-7e8ea014fe78369e5609062c0612611e38927d43.tar.gz
systemd-init-7e8ea014fe78369e5609062c0612611e38927d43.tar.xz
systemd-init-7e8ea014fe78369e5609062c0612611e38927d43.zip
Sync
Diffstat (limited to 'builder')
-rwxr-xr-xbuilder/build-initramfs.sh3
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