Skip to content

Commit

Permalink
higan: fix System template location for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeUsher authored and Screwtapello committed Oct 24, 2020
1 parent b23dcfc commit 64ca3a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions higan-ui/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,8 @@ else ifeq ($(shell id -un),root)
$(error "make install should not be run as root")
else ifeq ($(platform),macos)
mkdir -p ~/Library/Application\ Support/$(name)/
mkdir -p ~/Library/Application\ Support/$(name)/System/
cp -R $(output.path)/$(name).app /Applications/$(name).app
cp -R $(higan.path)/System/* ~/Library/Application\ Support/$(name)/System/
cp -R $(higan.path)/System/* ~/Library/Application\ Support/$(name)/
else ifneq ($(filter $(platform),linux bsd),)
mkdir -p $(prefix)/bin/
mkdir -p $(prefix)/share/applications/
Expand Down

0 comments on commit 64ca3a1

Please sign in to comment.