projects
/
stockfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd823a
)
Change the install prefix for Haiku
author
Joseph R. Prostko
<joe.prostko@gmail.com>
Sun, 29 Jun 2014 14:15:10 +0000
(15:15 +0100)
committer
Joona Kiiski
<joona.kiiski@gmail.com>
Sun, 29 Jun 2014 14:15:10 +0000
(15:15 +0100)
* /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
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index c70bd782ba04dc4d3eebd7f94911984319afdf92..187e7b313404fb5df608a62eba6d38cd81b546fc 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-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