summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-05-04 10:05:01 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-05-04 10:05:01 -0700
commitca31b364ca19c1535f6431effb9612660db61e5f (patch)
tree5f9abfa2a6d2a8bbdce8af27f68f05901cab55b7
parentInitial commit (diff)
downloadchrony-ca31b364ca19c1535f6431effb9612660db61e5f.tar.xz
mkdir is redundant
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e6a37c..514e87a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -65,7 +65,6 @@ package() {
install -Dm 644 README NEWS FAQ -t "${pkgdir}/usr/share/doc/${pkgname}"
install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
- mkdir -p ${pkgdir}/etc/chrony
install -Dm 644 examples/chrony.conf.example3 "${pkgdir}/etc/chrony/chrony.conf"
echo -e "\n# Enable kernel RTC sync\nrtcsync" >> "${pkgdir}/etc/chrony/chrony.conf"
sed -i '/^! rtconutc$/ s/^! //' "${pkgdir}/etc/chrony/chrony.conf"