forked from mirrors/nixpkgs
Mercurial: Install hgweb.wsgi as well
This commit is contained in:
parent
184ea61eb6
commit
c3c68b6510
|
@ -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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue