[Pkg-mozext-commits] [requestpolicy] 12/257: Makefile: fix mozmill target

David Prévot taffit at moszumanska.debian.org
Thu Jan 28 03:19:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit 50f5a9c52c16d905d7d608a9b98df5a566512c9c
Author: Martin Kimmerle <dev at 256k.de>
Date:   Sat Aug 1 02:12:28 2015 +0200

    Makefile: fix mozmill target
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0daecbc..26f83bb 100644
--- a/Makefile
+++ b/Makefile
@@ -513,7 +513,7 @@ check test: mozmill marionette
 
 mozmill: venv-mozmill $(moz_xpi) $(dev_helper__xpi_file) mozmill-dirs
 	( \
-	source .venv/bin/activate ; \
+	source .venv-mozmill/bin/activate ; \
 	mozmill -a $(moz_xpi) -a $(dev_helper__xpi_file) -b $(app_binary) \
 		-m $(mozmill_rpc_test_dir)/$(mm_manifest) $(moz_args) ; \
 	)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list