- find $(TARGET_DIR) -type f -not -perm +0100 -not -name 'ssh_host*' | $(XARGS) chmod 0644
- find $(TARGET_DIR) -type f -perm +0100 | $(XARGS) chmod 0755
- find $(TARGET_DIR) -type d | $(XARGS) chmod 0755
+ - find $(TARGET_DIR) -type f -not -perm +0100 -not -name 'ssh_host*' | $(XARGS) chmod 0644
+ - find $(TARGET_DIR) -type f -perm +0100 | $(XARGS) chmod 0755
+ - find $(TARGET_DIR) -type d | $(XARGS) chmod 0755