projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(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
c70bd78
..
187e7b3
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