From ffbf2c2aa3a8b8c3965a2f8f9d001815c8c46cc7 Mon Sep 17 00:00:00 2001 From: Mason Larobina Date: Thu, 17 Dec 2009 20:55:29 +0800 Subject: Unbreak the new test-uzbl-{core,browser}-sandbox make targets. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 43a3077..17db3e0 100644 --- a/Makefile +++ b/Makefile @@ -62,13 +62,13 @@ test-uzbl-browser: uzbl-browser ./uzbl-browser --uri http://www.uzbl.org --verbose test-uzbl-core-sandbox: uzbl-core - make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install-uzbl-core + make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install source ./sandbox/env.sh && uzbl-core --uri http://www.uzbl.org --verbose make DESTDIR=./sandbox uninstall rm -rf ./sandbox/usr 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 source ./sandbox/env.sh && uzbl-cookie-daemon restart -nv & source ./sandbox/env.sh && uzbl-event-manager restart -nav & source ./sandbox/env.sh && uzbl-browser --uri http://www.uzbl.org --verbose @@ -77,7 +77,6 @@ test-uzbl-browser-sandbox: uzbl-browser make DESTDIR=./sandbox uninstall rm -rf ./sandbox/usr - clean: rm -f uzbl-core rm -f uzbl-core.o -- cgit v1.2.3