turbovnc: remove clashing manpage.

This commit is contained in:
Christian Neukirchen 2014-11-10 23:57:57 +01:00
parent 392a8c7639
commit 36abe49b7a
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'turbovnc'
pkgname=turbovnc
version=1.2.1
revision=1
revision=2
build_style=cmake
configure_args="-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so -DTVNC_CONFDIR=/etc
-DTVNC_MANDIR=/usr/share/man -DTVNC_DOCDIR=/usr/share/doc/${pkgname}"
@ -18,4 +18,5 @@ checksum=7c85c82bb7073f640e7339a1bedaad2ce1a347b2ebd8c569eb8092b85f578fb4
post_install() {
mv ${DESTDIR}/usr/README.txt ${DESTDIR}/usr/share/doc/${pkgname}
rm ${DESTDIR}/usr/share/man/man1/Xserver.1
}