[Pkg-mozext-commits] [requestpolicy] 03/257: Makefile: use the "normal" venv for `make run`

David Prévot taffit at moszumanska.debian.org
Thu Jan 28 03:19:50 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 b5d6641ab5f5d558b31578a44651836b8226a98d
Author: Martin Kimmerle <dev at 256k.de>
Date:   Mon Jul 27 18:15:58 2015 +0200

    Makefile: use the "normal" venv for `make run`
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index fc540af..1c2c667 100644
--- a/Makefile
+++ b/Makefile
@@ -487,7 +487,7 @@ mozrunner_args += $(moz_args)
 .PHONY: run
 run: venv $(moz_xpi) $(dev_helper__xpi_file)
 	( \
-	source .venv-mozmill/bin/activate ; \
+	source .venv/bin/activate ; \
 	mozrunner $(mozrunner_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