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

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


    Date: Saturday, April 17, 2021 @ 11:47:43
  Author: arojas
Revision: 919738

Quoting

Modified:
  lib32-libunwind/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 11:47:15 UTC (rev 919737)
+++ PKGBUILD	2021-04-17 11:47:43 UTC (rev 919738)
@@ -44,5 +44,5 @@
   make DESTDIR="$pkgdir" install
   
   # this build only provides multilib binary for x86 on x86_64 , remove all includes for other architectures
-  find $pkgdir/usr/include/*.h -not -name "*x86*" -exec rm -f {} \;
+  find "$pkgdir"/usr/include/*.h -not -name "*x86*" -exec rm -f {} \;
 }



More information about the arch-commits mailing list