Remove .gitkeep files
This commit is contained in:
parent
4c3f2038be
commit
44feeb6d72
@ -19,6 +19,7 @@ build {
|
|||||||
inline_shebang = "/bin/sh -eux"
|
inline_shebang = "/bin/sh -eux"
|
||||||
inline = [
|
inline = [
|
||||||
<<EOF
|
<<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 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 -exec chmod 644 '{}' ';' -exec chown root:root '{}' ';'
|
||||||
find /tmp/rootfs/ -type f -regex '.+/\(bin\|cron\..+\)/.+' -exec chmod 755 '{}' ';'
|
find /tmp/rootfs/ -type f -regex '.+/\(bin\|cron\..+\)/.+' -exec chmod 755 '{}' ';'
|
||||||
|
Loading…
Reference in New Issue
Block a user