From ca31b364ca19c1535f6431effb9612660db61e5f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 4 May 2019 10:05:01 -0700 Subject: mkdir is redundant --- PKGBUILD | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.1