diff --git a/tightvnc/.footprint b/tightvnc/.footprint index f28a4c0cc..215c8054a 100644 --- a/tightvnc/.footprint +++ b/tightvnc/.footprint @@ -8,7 +8,10 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/Xvnc.1.gz +-rw-r--r-- root/root usr/man/man1/vncconnect.1.gz +-rw-r--r-- root/root usr/man/man1/vncpasswd.1.gz -rw-r--r-- root/root usr/man/man1/vncserver.1.gz +-rw-r--r-- root/root usr/man/man1/vncviewer.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/vnc/ drwxr-xr-x root/root usr/share/vnc/classes/ diff --git a/tightvnc/Pkgfile b/tightvnc/Pkgfile index 692a69735..e9c67bad5 100644 --- a/tightvnc/Pkgfile +++ b/tightvnc/Pkgfile @@ -6,7 +6,7 @@ name=tightvnc version=1.2.9 -release=4 +release=5 source=(http://download.sourceforge.net/sourceforge/vnc-tight/${name}-${version}_unixsrc.tar.bz2 \ $name-config.patch $name-gcc3.4.patch ) @@ -32,6 +32,10 @@ build() { cp Xvnc/programs/Xserver/Xvnc vncviewer/vncviewer vncpasswd/vncpasswd vncconnect/vncconnect $PKG/usr/bin cp vncserver $PKG/usr/bin cp classes/* $PKG/usr/share/vnc/classes + cp Xvnc/programs/Xserver/Xvnc.man $PKG/usr/man/man1/Xvnc.1 cp vncserver.man $PKG/usr/man/man1/vncserver.1 + cp vncviewer/vncviewer.man $PKG/usr/man/man1/vncviewer.1 + cp vncpasswd/vncpasswd.man $PKG/usr/man/man1/vncpasswd.1 + cp vncconnect/vncconnect.man $PKG/usr/man/man1/vncconnect.1 }