pkgs/tools/admin/tightvnc: move --mandir and --infodir to standard locations
svn path=/nixpkgs/trunk/; revision=25013
This commit is contained in:
parent
dffe4189e7
commit
d46e80976c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user