This explains the slower source generation. :)

This commit is contained in:
Ivan Davidov 2018-04-20 21:38:15 +03:00 committed by GitHub
parent 62dd6a0b52
commit 3dd47c72d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,8 +39,6 @@ find * -type f -name '.keep' -exec rm {} +
# '$OVERLAY_ROOTFS' will be overwritten correctly.
cp -r --remove-destination $DEST_DIR/* \
$OVERLAY_ROOTFS
cp -r --remove-destination $DEST_DIR/* \
$OVERLAY_ROOTFS
# Prepare the 'tar.xz' source archive - BEGIN.