From 1139f0e907af889815cb39cab4b1f7bb770b2871 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Sat, 18 Oct 2008 14:43:26 +0000 Subject: Whoops. Revert accidental changes to Makefile.config svn path=/trunk/netsurf/; revision=5594 --- Makefile.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.config') diff --git a/Makefile.config b/Makefile.config index 3ca25efe0..239dd21ab 100644 --- a/Makefile.config +++ b/Makefile.config @@ -104,10 +104,10 @@ ifeq ($(TARGET),gtk) # Where to search for NetSurf's resources after looking in ~/.netsurf and # $NETSURFRES. It must have a trailing / - NETSURF_GTK_RESOURCES := /home/rjek/usr/netsurf/share/netsurf/ + NETSURF_GTK_RESOURCES := /usr/local/share/netsurf/ # Where to install the netsurf binary - NETSURF_GTK_BIN := /home/rjek/usr/netsurf/bin/ + NETSURF_GTK_BIN := /usr/local/bin/ # Enable NetSurf's use of Hubbub to parse HTML, rather than libxml2 # Valid options: YES, NO, AUTO (highly recommended) -- cgit v1.2.3