- find $(BUILD_DIR)/root -type f -not -perm +0100 -not -name 'ssh_host*' | $(XARGS) chmod 0644
- find $(BUILD_DIR)/root -type f -perm +0100 | $(XARGS) chmod 0755
- find $(BUILD_DIR)/root -type d | $(XARGS) chmod 0755
- mkdir -p $(BUILD_DIR)/root/tmp
- chmod 0777 $(BUILD_DIR)/root/tmp
+ - 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
+ $(INSTALL_DIR) $(TARGET_DIR)/tmp
+ chmod 0777 $(TARGET_DIR)/tmp