summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish Gupta <ashmew2@gmail.com>2017-09-16 21:40:07 +0200
committerAshish Gupta <ashmew2@gmail.com>2017-10-25 22:04:55 +0200
commitcfdd66f6f34d94bb3914dd5136bf92ee0df412f3 (patch)
tree26a4371ac16af378f6af23d39a04188f254937ca
parentf0bb3d55bead827781facb8c21dc9c9783e1d32a (diff)
downloadnetsurf-cfdd66f6f34d94bb3914dd5136bf92ee0df412f3.tar.gz
netsurf-cfdd66f6f34d94bb3914dd5136bf92ee0df412f3.tar.bz2
Fix respath
-rw-r--r--frontends/kolibrios/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/kolibrios/Makefile b/frontends/kolibrios/Makefile
index 428613a95..5c1191ae1 100644
--- a/frontends/kolibrios/Makefile
+++ b/frontends/kolibrios/Makefile
@@ -131,7 +131,7 @@ KOLOBJECTS = $(KOL_OBJ_DIR)/dirent.o $(KOL_OBJ_DIR)/iconv.o $(KOL_OBJ_DIR)/loadh
## Install specific stuff
DESTDIR := $(PREFIX)/bin
-DESTRESDIR := $(PREFIX)/res
+DESTRESDIR := $(PREFIX)/bin/res
KOLIBRI_RES_DIR := $(HOME)/NETSURFLIBS/netsurf/frontends/kolibrios/res
RELEASENAME :=
# make install is buggy with -jN when it cannot find the EXETARGET as it tries to install it before it is created.