[arch-commits] Commit in perl-io-stringy/trunk (PKGBUILD)

Thore Bödecker foxxx0 at archlinux.org
Tue Sep 24 10:31:06 UTC 2019


    Date: Tuesday, September 24, 2019 @ 10:31:06
  Author: foxxx0
Revision: 511643

fix unquoted variables

Modified:
  perl-io-stringy/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-24 09:28:50 UTC (rev 511642)
+++ PKGBUILD	2019-09-24 10:31:06 UTC (rev 511643)
@@ -29,6 +29,6 @@
   cd  "${srcdir}/IO-stringy-${pkgver}"
   make install DESTDIR="${pkgdir}"
 
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
 }



More information about the arch-commits mailing list