# These files are already patched for AOSC OS, just use them.
abinfo "Installing config and service files…"
install -Dvm0644 "$SRCDIR"/examples/chrony.conf.example3 "$PKGDIR"/etc/chrony.conf
install -Dvm0644 "$SRCDIR"/examples/chronyd.service "$PKGDIR"/usr/lib/systemd/system/chronyd.service

# Provide all other examples for reference.
abinfo "Installing example files…"
mkdir -pv "$PKGDIR"/usr/share/doc/chrony/
cp -av "$SRCDIR"/examples/ "$PKGDIR"/usr/share/doc/chrony/
