From 83436251ef251effc98348bcefd6e0590a4fdf04 Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Tue, 1 Dec 2009 12:48:37 +0100 Subject: Append a / to absolute DATADIR. --- crawl-ref/source/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile index 5e5e028383..42327ae07f 100644 --- a/crawl-ref/source/makefile +++ b/crawl-ref/source/makefile @@ -551,7 +551,7 @@ ifneq ($(strip $(DATADIR)),) override DATADIR := $(strip $(prefix))/$(strip $(DATADIR)) endif endif - CFOTHERS_L += -DDATA_DIR_PATH=\"$(abspath $(DATADIR))\" + CFOTHERS_L += -DDATA_DIR_PATH=\"$(abspath $(DATADIR))/\" else ifneq ($(prefix),) DATADIR := $(strip $(prefix))/$(strip $(DATADIR)) -- cgit v1.2.3-54-g00ecf