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

Jan Steffens heftig at archlinux.org
Sun Jun 6 08:57:26 UTC 2021


    Date: Sunday, June 6, 2021 @ 08:57:26
  Author: heftig
Revision: 417182

destdir

Modified:
  libgudev/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 08:56:40 UTC (rev 417181)
+++ PKGBUILD	2021-06-06 08:57:26 UTC (rev 417182)
@@ -35,7 +35,7 @@
   depends+=(libg{lib,object}-2.0.so libudev.so)
   provides+=(libgudev-1.0.so)
 
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list