From cfdd66f6f34d94bb3914dd5136bf92ee0df412f3 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Sat, 16 Sep 2017 21:40:07 +0200 Subject: Fix respath --- frontends/kolibrios/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3