aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-27 12:17:53 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-27 12:17:53 +0100
commit7bb5004a1d2cd5b0d7281a69e0bd15de61058044 (patch)
treeeab518d539565aae48df48c3ebaf21c5162c2b90 /Makefile
parent32f028a2b49c6c4e44865ae5b9767899c9fd24ab (diff)
since you now have to install things separately, you also need to do this in the test targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7df6195..73b1b67 100644
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,7 @@ test-uzbl-core-sandbox: uzbl-core
rm -rf ./sandbox/usr
test-uzbl-browser-sandbox: uzbl-browser
+ make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install-uzbl-core
make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install-uzbl-browser
source ./sandbox/env.sh && uzbl-cookie-daemon restart -nv &
source ./sandbox/env.sh && uzbl-event-manager restart -nav &