chrony: switch to /usr.
This commit is contained in:
parent
b438740aa1
commit
1bf40dd1b6
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chrony'
|
# Template file for 'chrony'
|
||||||
pkgname=chrony
|
pkgname=chrony
|
||||||
version=1.26
|
version=1.26
|
||||||
revision=7
|
revision=8
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libcap-devel readline-devel"
|
makedepends="libcap-devel readline-devel"
|
||||||
short_desc="Sets your computer's clock from time servers on the Net"
|
short_desc="Sets your computer's clock from time servers on the Net"
|
||||||
|
@ -31,7 +31,7 @@ make_dirs="
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${FILESDIR}/chrony.conf 644 etc
|
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
|
vinstall ${FILESDIR}/chrony.logrotate 644 etc/logrotate.d chrony
|
||||||
rm -rf ${DESTDIR}/usr/share/doc
|
rm -rf ${DESTDIR}/usr/share/doc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue