mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Change the install prefix for Haiku
* /boot/common was removed from Haiku * The equivalent path now that package management has been implemented is /boot/system/non-packaged No functional change Bench: 8759681
This commit is contained in:
parent
ccd823a4ff
commit
e4e423bb05
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ EXE = stockfish
|
|||
PREFIX = /usr/local
|
||||
# Haiku has a non-standard filesystem layout
|
||||
ifeq ($(UNAME),Haiku)
|
||||
PREFIX=/boot/common
|
||||
PREFIX=/boot/system/non-packaged
|
||||
endif
|
||||
BINDIR = $(PREFIX)/bin
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue