From d46e80976c83a7889d239915499adfb5c281bf76 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 6 Dec 2010 18:01:51 +0000 Subject: [PATCH] pkgs/tools/admin/tightvnc: move --mandir and --infodir to standard locations svn path=/nixpkgs/trunk/; revision=25013 --- pkgs/tools/admin/tightvnc/builder.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/admin/tightvnc/builder.sh b/pkgs/tools/admin/tightvnc/builder.sh index 86729c0cdf8..72fced37728 100644 --- a/pkgs/tools/admin/tightvnc/builder.sh +++ b/pkgs/tools/admin/tightvnc/builder.sh @@ -32,8 +32,8 @@ buildPhase() { installPhase() { ensureDir $out/bin - ensureDir $out/man/man1 - ./vncinstall $out/bin $out/man + ensureDir $out/share/man/man1 + ./vncinstall $out/bin $out/share/man # fix HTTP client: t=$out/share/tightvnc