##// END OF EJS Templates
nix: Removed comment hack to fix syntax highlighting....
Martin Bornhold -
r86:f81f2554 default
parent child Browse files
Show More
@@ -119,7 +119,7 b' let'
119 119 cp -v vcsserver/VERSION $out/nix-support/rccontrol/version
120 120 echo "DONE: Meta information for rccontrol written"
121 121
122 ln -s ${self.pyramid}/bin/* $out/bin #*/
122 ln -s ${self.pyramid}/bin/* $out/bin/
123 123 ln -s ${self.gunicorn}/bin/gunicorn $out/bin/
124 124
125 125 # Symlink version control utilities
@@ -131,7 +131,7 b' let'
131 131 ln -s ${self.mercurial}/bin/hg $out/bin
132 132 ln -s ${pkgs.subversion}/bin/svn* $out/bin
133 133
134 for file in $out/bin/*; do #*/
134 for file in $out/bin/*; do
135 135 wrapProgram $file \
136 136 --prefix PYTHONPATH : $PYTHONPATH \
137 137 --set PYTHONHASHSEED random
General Comments 0
You need to be logged in to leave comments. Login now