[arch-commits] Commit in perl-xml-sax-base/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Apr 17 11:39:17 UTC 2021


    Date: Saturday, April 17, 2021 @ 11:39:16
  Author: arojas
Revision: 412834

Quoting

Modified:
  perl-xml-sax-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 11:38:47 UTC (rev 412833)
+++ PKGBUILD	2021-04-17 11:39:16 UTC (rev 412834)
@@ -28,6 +28,6 @@
   cd XML-SAX-Base-$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