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

Andreas Radke andyrtr at archlinux.org
Mon Sep 23 18:46:56 UTC 2019


    Date: Monday, September 23, 2019 @ 18:46:56
  Author: andyrtr
Revision: 363283

fix quoting

Modified:
  claws-mail/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-23 18:43:53 UTC (rev 363282)
+++ PKGBUILD	2019-09-23 18:46:56 UTC (rev 363283)
@@ -40,7 +40,7 @@
 validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul <paul at claws-mail.org>
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}"-${pkgver}
   ./configure --prefix=/usr --disable-static \
     --enable-enchant \
     --enable-gnutls \
@@ -54,13 +54,13 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "${pkgname}"-${pkgver}
+  make DESTDIR="${pkgdir}" install
 
   # install extra tools
   cd tools
-  install -m755 -d ${pkgdir}/usr/lib/claws-mail/tools
+  install -m755 -d "${pkgdir}"/usr/lib/claws-mail/tools
   for files in *.pl *.py *.sh kdeservicemenu multiwebsearch.conf tb2claws-mail update-po uudec uuooffice README; do
-    cp -arv $files ${pkgdir}/usr/lib/claws-mail/tools/${i}
+    cp -arv $files "${pkgdir}"/usr/lib/claws-mail/tools/${i}
   done
 }



More information about the arch-commits mailing list