Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/ef210ccebc62607841983d8907a25b3fd407cc41
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/ef210ccebc62607841983d8907a25b3fd407cc41
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/ef210ccebc62607841983d8907a25b3fd407cc41

The branch, ashmew2/nskolibrios has been updated
       via  ef210ccebc62607841983d8907a25b3fd407cc41 (commit)
      from  74c3953542f963015c1fdbcec29fc5058d090ab4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=ef210ccebc62607841983d8907a25b3fd407cc41
commit ef210ccebc62607841983d8907a25b3fd407cc41
Author: Ashish Gupta <[email protected]>
Commit: Ashish Gupta <[email protected]>

    Fix respath

diff --git a/frontends/kolibrios/Makefile b/frontends/kolibrios/Makefile
index 428613a..5c1191a 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.


-----------------------------------------------------------------------

Summary of changes:
 frontends/kolibrios/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontends/kolibrios/Makefile b/frontends/kolibrios/Makefile
index 428613a..5c1191a 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.


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to