[arch-commits] Commit in smartmontools/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Sat Sep 28 21:57:53 UTC 2019


    Date: Saturday, September 28, 2019 @ 21:57:53
  Author: eworm
Revision: 363525

fix unquoted variables

Modified:
  smartmontools/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-28 21:57:34 UTC (rev 363524)
+++ PKGBUILD	2019-09-28 21:57:53 UTC (rev 363525)
@@ -25,13 +25,13 @@
   cd "${srcdir}/${pkgname}-${pkgver}"
 
   ./configure --prefix=/usr \
-              --sbindir=/usr/bin \
-              --sysconfdir=/etc \
-              --with-drivedbdir \
-              --with-libcap-ng=yes \
-              --with-systemdsystemunitdir=/usr/lib/systemd/system \
-              --with-smartdscriptdir=/usr/share/smartmontools \
-              --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --with-drivedbdir \
+    --with-libcap-ng=yes \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system \
+    --with-smartdscriptdir=/usr/share/smartmontools \
+    --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
 
   make
 }
@@ -44,6 +44,6 @@
 
   make DESTDIR="${pkgdir}" install
 
-  rm -rf ${pkgdir}/etc/rc.d
-  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+  rm -rf "${pkgdir}"/etc/rc.d
+  install -Dm644 "${srcdir}"/smartd.conf "${pkgdir}/etc/conf.d/smartd"
 }



More information about the arch-commits mailing list