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

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


    Date: Sunday, June 6, 2021 @ 08:57:40
  Author: heftig
Revision: 417183

destdir

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-06 08:57:26 UTC (rev 417182)
+++ PKGBUILD	2021-06-06 08:57:40 UTC (rev 417183)
@@ -43,5 +43,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list