diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-04 10:05:01 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-05-04 10:05:01 -0700 | 
| commit | ca31b364ca19c1535f6431effb9612660db61e5f (patch) | |
| tree | 5f9abfa2a6d2a8bbdce8af27f68f05901cab55b7 | |
| parent | Initial commit (diff) | |
| download | chrony-ca31b364ca19c1535f6431effb9612660db61e5f.tar.xz | |
mkdir is redundant
| -rw-r--r-- | PKGBUILD | 1 | 
1 files changed, 0 insertions, 1 deletions
| @@ -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" | 
