aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-11-13 10:45:10 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-11-13 10:45:10 -0700
commit98d7e5df1bd037aee3121ee11326f6eff6867a55 (patch)
tree8522a59a1951bbc853f5f346387528f32994a6f5 /Makefile
parent351428bd782a625f4534fac417b75d582c1d206b (diff)
parent63b6c90cb3911a7424f5d30c63526a3b42ab3a5f (diff)
Merge branch 'dev/soup-cookied'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7a3f5a7..605dd18 100644
--- a/Makefile
+++ b/Makefile
@@ -66,10 +66,9 @@ test-uzbl-browser-sandbox: uzbl-browser
make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install-uzbl-browser
make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install-example-data
cp -np ./misc/env.sh ./sandbox/env.sh
- source ./sandbox/env.sh && uzbl-cookie-daemon restart -nv &
+ source ./sandbox/env.sh && uzbl-cookie-manager -v &
source ./sandbox/env.sh && uzbl-event-manager restart -navv &
source ./sandbox/env.sh && uzbl-browser --uri http://www.uzbl.org --verbose
- source ./sandbox/env.sh && uzbl-cookie-daemon stop -v
source ./sandbox/env.sh && uzbl-event-manager stop -ivv
make DESTDIR=./sandbox uninstall
rm -rf ./sandbox/usr