summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/fortune/datfiles/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile
index 2624123d..28666dfa 100644
--- a/games/fortune/datfiles/Makefile
+++ b/games/fortune/datfiles/Makefile
@@ -16,16 +16,16 @@ TYPE= real
#TYPE= fake
# Try to find these in the build tree
-.if exists(../strfile/strfile)
-STRFILE=../strfile/strfile
-.else
+.if exists(/usr/games/strfile)
STRFILE=/usr/games/strfile
+.else
+STRFILE=../strfile/strfile
.endif
-.if exists(../../caesar/caesar)
-CAESAR=../../caesar/caesar
-.else
+.if exists(/usr/games/caesar)
CAESAR=/usr/games/caesar
+.else
+CAESAR=../../caesar/caesar
.endif
CLEANFILES+=${BLDS}
OpenPOWER on IntegriCloud