shithub: choc

Download patch

ref: b43b9f48b18be59edc7b6afce47e028cdcae42e9
parent: 5e7b3e17170671f488191f3ad60eba916cdafa05
parent: 9ceedafc86215679974f69c9f75677e16952ea96
author: Simon Howard <fraggle@soulsphere.org>
date: Wed Jun 29 05:31:11 EDT 2022

Merge pull request #1477 from chocolate-doom/new-icon

Correct minor mistake from #1472 in macOS build.

--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -89,12 +89,12 @@
 	cp disk/background.png $(STAGING_DIR)/background.png
 
 app.icns: $(TOPLEVEL)/data/doom.png
-	mkdir -f app.iconset
+	mkdir -p app.iconset
 	sips -z 64 64 $< --out app.iconset/icon_32x32@2x.png
 	iconutil -c icns app.iconset
 
 wadfile.icns: $(TOPLEVEL)/data/wadfile.png
-	mkdir -f wadfile.iconset
+	mkdir -p wadfile.iconset
 	sips -z 64 64 $< --out wadfile.iconset/icon_32x32@2x.png
 	iconutil -c icns wadfile.iconset