summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorRob Kendrick <rjek@netsurf-browser.org>2008-10-18 14:43:26 +0000
committerRob Kendrick <rjek@netsurf-browser.org>2008-10-18 14:43:26 +0000
commit1139f0e907af889815cb39cab4b1f7bb770b2871 (patch)
treed37e01ee13447cdc074af2b7e926deff59a30d7d /Makefile.config
parent33dc55587e907102c7fff4550ace43ff7d256e81 (diff)
downloadnetsurf-1139f0e907af889815cb39cab4b1f7bb770b2871.tar.gz
netsurf-1139f0e907af889815cb39cab4b1f7bb770b2871.tar.bz2
Whoops. Revert accidental changes to Makefile.config
svn path=/trunk/netsurf/; revision=5594
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config4
1 files changed, 2 insertions, 2 deletions
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)