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

Andreas Radke andyrtr at archlinux.org
Wed Sep 25 16:38:07 UTC 2019


    Date: Wednesday, September 25, 2019 @ 16:38:07
  Author: andyrtr
Revision: 363382

fix quoting

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-25 16:35:50 UTC (rev 363381)
+++ PKGBUILD	2019-09-25 16:38:07 UTC (rev 363382)
@@ -183,7 +183,7 @@
   find fakeinstall -depth -print0 | xargs -0 rmdir
 
   # bring back missing glesv2.pc
-  install -m644 -Dt ${pkgdir}/usr/lib/pkgconfig ${srcdir}/glesv2.pc
+  install -m644 -Dt "${pkgdir}"/usr/lib/pkgconfig "${srcdir}"/glesv2.pc
 
   install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
 }



More information about the arch-commits mailing list