From 8b0bdcb6271b2ccad9cec8b4cf8b4a464946ed06 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Mon, 9 Nov 2009 14:29:16 +0100 Subject: Don't use /usr/local/games, only /usr/games and /usr/local/bin are in normal $PATH. --- crawl-ref/source/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/makefile') diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile index 4532238cfd..6bd382df00 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -235,7 +235,7 @@ FHS := yes endif ifeq (,$(bin_prefix)) -ifeq (,$(FHS)) +ifneq (%,$(patsubst %/,%,$(prefix)),/usr) bin_prefix := bin else bin_prefix := games -- cgit v1.2.3-54-g00ecf