aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-browser
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-12-01 11:46:24 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-12-01 11:46:24 -0700
commit12fad463d03e736fef8cf11c5d68b7b9af6e38da (patch)
tree8620771c3c0d9a46f5cc3d0cc159aec36c8b44e4 /src/uzbl-browser
parente1bff5432860622327dc8d81b8f9ef374588c5cb (diff)
set config @prefix based on uzbl-browser's PREFIX
Diffstat (limited to 'src/uzbl-browser')
-rwxr-xr-xsrc/uzbl-browser2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uzbl-browser b/src/uzbl-browser
index 88d3742..3c9562d 100755
--- a/src/uzbl-browser
+++ b/src/uzbl-browser
@@ -8,6 +8,8 @@
# to your $XDG_DATA_HOME/uzbl/scripts/ and edit them
PREFIX=/usr/local
+export PREFIX
+
EXAMPLES=$PREFIX/share/uzbl/examples
XDG_DATA_HOME=${XDG_DATA_HOME:-$HOME/.local/share}