Skip to content

Commit

Permalink
build/ImageRules: rm_attrs doesn't know -R
Browse files Browse the repository at this point in the history
Change-Id: I3dcd8a1fe117b6b0c2b741fc383df048de8dac8f
  • Loading branch information
kallisti5 committed Mar 13, 2018
1 parent 1ce4890 commit 36ea340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/jam/ImageRules
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@ actions BuildCDBootPPCImage1 bind MAPS
genisoimage -v -hfs -part -map $(MAPS) -no-desktop -hfs-volid bootimg \
-V bootimg -hfs-bless $(HAIKU_OUTPUT_DIR)/cd/boot -prep-boot \
boot/haikuloader.xcf -r -o $(<) $(HAIKU_OUTPUT_DIR)/cd
$(RM) -R $(HAIKU_OUTPUT_DIR)/cd
$(RM) -r $(HAIKU_OUTPUT_DIR)/cd
}


0 comments on commit 36ea340

Please sign in to comment.