pkgs/tools/admin/tightvnc: move --mandir and --infodir to standard locations

svn path=/nixpkgs/trunk/; revision=25013
This commit is contained in:
Peter Simons 2010-12-06 18:01:51 +00:00
parent dffe4189e7
commit d46e80976c

View File

@ -32,8 +32,8 @@ buildPhase() {
installPhase() { installPhase() {
ensureDir $out/bin ensureDir $out/bin
ensureDir $out/man/man1 ensureDir $out/share/man/man1
./vncinstall $out/bin $out/man ./vncinstall $out/bin $out/share/man
# fix HTTP client: # fix HTTP client:
t=$out/share/tightvnc t=$out/share/tightvnc