chrony: switch to /usr.

This commit is contained in:
Juan RP 2012-07-09 18:16:56 +02:00
parent b438740aa1
commit 1bf40dd1b6

View file

@ -1,7 +1,7 @@
# Template file for 'chrony'
pkgname=chrony
version=1.26
revision=7
revision=8
build_style=gnu-configure
makedepends="libcap-devel readline-devel"
short_desc="Sets your computer's clock from time servers on the Net"
@ -31,7 +31,7 @@ make_dirs="
post_install() {
vinstall ${FILESDIR}/chrony.conf 644 etc
vinstall ${FILESDIR}/chrony.service 644 lib/systemd/system
vinstall ${FILESDIR}/chrony.service 644 usr/lib/systemd/system
vinstall ${FILESDIR}/chrony.logrotate 644 etc/logrotate.d chrony
rm -rf ${DESTDIR}/usr/share/doc
}