ntp: remove html docs.
This commit is contained in:
parent
7658788184
commit
1bb7f727cd
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue