aboutsummaryrefslogtreecommitdiff
path: root/sub/layout
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-21 16:07:45 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-21 16:07:45 +0000
commitbed3b0836b8e0feadbdd0f37d645099855346f8e (patch)
tree7118e3c777d2d6ae493497bc28bce88afe21c378 /sub/layout
parent0cefa319ad039f970ab10080aa9b1871fe190a3e (diff)
downloadlh-bootstrap-bed3b0836b8e0feadbdd0f37d645099855346f8e.tar.xz
Small incremental build fixes (20)
Diffstat (limited to 'sub/layout')
-rwxr-xr-xsub/layout/copylayout1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/layout/copylayout b/sub/layout/copylayout
index e0ea0a2..a45f296 100755
--- a/sub/layout/copylayout
+++ b/sub/layout/copylayout
@@ -3,6 +3,7 @@
output="$1"
s6-hiercopy layout/rootfs $output/rootfs
+chown -R 0:0 $output/rootfs
find "$output/rootfs" -type f -name .empty -size 0c -exec s6-rmrf {} \;
buildtime=$(s6-clock)