about summary refs log tree commit diff
path: root/pkgs/tools/admin/tightvnc/builder.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/admin/tightvnc/builder.sh')
-rw-r--r--pkgs/tools/admin/tightvnc/builder.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/tightvnc/builder.sh b/pkgs/tools/admin/tightvnc/builder.sh
index 86729c0cdf88..72fced377286 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