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

Jan Steffens heftig at gemini.archlinux.org
Fri Sep 2 18:28:15 UTC 2022


    Date: Friday, September 2, 2022 @ 18:28:14
  Author: heftig
Revision: 454915

meson syntax

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-02 18:26:32 UTC (rev 454914)
+++ PKGBUILD	2022-09-02 18:28:14 UTC (rev 454915)
@@ -189,7 +189,7 @@
           etc/udev/udev.conf)
   install=systemd.install
 
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 
   # we'll create this on installation
   rmdir "$pkgdir"/var/log/journal/remote



More information about the arch-commits mailing list