3
0
Fork 0
forked from mirrors/nixpkgs

Mercurial: Install hgweb.wsgi as well

This commit is contained in:
Shea Levy 2012-07-27 19:51:30 -04:00
parent 184ea61eb6
commit c3c68b6510

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation {
# copy hgweb.cgi to allow use in apache
mkdir -p $out/share/cgi-bin
cp -v hgweb.cgi $out/share/cgi-bin
cp -v hgweb.cgi contrib/hgweb.wsgi $out/share/cgi-bin
chmod u+x $out/share/cgi-bin/hgweb.cgi
'';