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

Jan Steffens heftig at gemini.archlinux.org
Sun Aug 22 19:17:22 UTC 2021


    Date: Sunday, August 22, 2021 @ 19:17:22
  Author: heftig
Revision: 422454

destdir

Modified:
  gtk4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-22 19:04:58 UTC (rev 422453)
+++ PKGBUILD	2021-08-22 19:17:22 UTC (rev 422454)
@@ -63,7 +63,7 @@
   depends+=(gtk-update-icon-cache)
   provides=(libgtk-4.so)
 
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 
   install -Dm644 /dev/stdin "$pkgdir/usr/share/gtk-4.0/settings.ini" <<END
 [Settings]



More information about the arch-commits mailing list