Remove .gitkeep files

This commit is contained in:
Héctor Molinero Fernández 2020-09-29 23:03:29 +02:00
parent 4c3f2038be
commit 44feeb6d72

View File

@ -19,6 +19,7 @@ build {
inline_shebang = "/bin/sh -eux"
inline = [
<<EOF
find /tmp/rootfs/ -type f -name .gitkeep -delete
find /tmp/rootfs/ -type d -exec chmod 755 '{}' ';' -exec chown root:root '{}' ';'
find /tmp/rootfs/ -type f -exec chmod 644 '{}' ';' -exec chown root:root '{}' ';'
find /tmp/rootfs/ -type f -regex '.+/\(bin\|cron\..+\)/.+' -exec chmod 755 '{}' ';'