From 1bb7f727cda47f48a4e8b9dc1431b7b0917e707a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 10 Oct 2014 08:07:20 +0200 Subject: [PATCH] ntp: remove html docs. --- srcpkgs/ntp/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ntp/template b/srcpkgs/ntp/template index 61feeae2c9d..9a62c401db6 100644 --- a/srcpkgs/ntp/template +++ b/srcpkgs/ntp/template @@ -1,7 +1,7 @@ # Template file for 'ntp' pkgname=ntp version=4.2.7p476 -revision=1 +revision=2 wrksrc="ntp-dev-${version}" build_style=gnu-configure configure_args="--with-crypto --enable-linuxcap --enable-ipv6 @@ -35,7 +35,8 @@ post_install() { vmkdir usr/lib/systemd/ntp-units.d echo "ntpd.service" > ${DESTDIR}/usr/lib/systemd/ntp-units.d/60-ntp.list fi - vinstall ${FILESDIR}/ntp.conf 644 etc + vconf ${FILESDIR}/ntp.conf + rm -r ${DESTDIR}/usr/share/doc } ntp-perl_package() {