diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-21 16:07:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-01-21 16:07:45 +0000 |
commit | bed3b0836b8e0feadbdd0f37d645099855346f8e (patch) | |
tree | 7118e3c777d2d6ae493497bc28bce88afe21c378 /sub/layout | |
parent | 0cefa319ad039f970ab10080aa9b1871fe190a3e (diff) | |
download | lh-bootstrap-bed3b0836b8e0feadbdd0f37d645099855346f8e.tar.xz |
Small incremental build fixes (20)
Diffstat (limited to 'sub/layout')
-rwxr-xr-x | sub/layout/copylayout | 1 |
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) |