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

Bruno Pagani archange at archlinux.org
Fri Sep 20 17:48:03 UTC 2019


    Date: Friday, September 20, 2019 @ 17:48:02
  Author: archange
Revision: 511242

Fix quoting

Modified:
  netcdf-cxx/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-20 17:47:31 UTC (rev 511241)
+++ PKGBUILD	2019-09-20 17:48:02 UTC (rev 511242)
@@ -32,5 +32,5 @@
 package() {
     cd ${pkgname}4-${pkgver}
     make DESTDIR="${pkgdir}" install
-    install -Dm644 COPYRIGHT -t ${pkgdir}/usr/share/licenses/${pkgname}/
+    install -Dm644 COPYRIGHT -t "${pkgdir}"/usr/share/licenses/${pkgname}/
 }



More information about the arch-commits mailing list