summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-09 23:19:37 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-09 23:28:55 +0100
commit9e55c89e5877c2ab20e621f595c850b9f7f9940e (patch)
treeb7d101af91ad6549a8ab951096eefe1dd3cfa818 /crawl-ref/source/makefile
parent193c54187f4d951b8711d2c2bcb21673d106de26 (diff)
downloadcrawl-ref-9e55c89e5877c2ab20e621f595c850b9f7f9940e.tar.gz
crawl-ref-9e55c89e5877c2ab20e621f595c850b9f7f9940e.zip
Fix b0rken check for $prefix == /usr
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 928031de59..16eaa1c3df 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -235,7 +235,7 @@ FHS := yes
endif
ifeq (,$(bin_prefix))
-ifneq (%,$(patsubst %/,%,$(prefix)),/usr)
+ifneq ($(patsubst %/,%,$(prefix)),/usr)
bin_prefix := bin
else
bin_prefix := games