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

Christian Hesse eworm at archlinux.org
Wed Oct 4 08:35:04 UTC 2017


    Date: Wednesday, October 4, 2017 @ 08:35:03
  Author: eworm
Revision: 306707

update for latest changes in meson wrapper

Modified:
  systemd/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 06:51:29 UTC (rev 306706)
+++ PKGBUILD	2017-10-04 08:35:03 UTC (rev 306707)
@@ -146,12 +146,9 @@
     -Dsysvrcnd-path=
   )
 
-  mkdir build
-  cd build
+  arch-meson "$pkgbase-stable" build "${meson_options[@]}"
 
-  arch-meson ../"$pkgbase-stable" "${meson_options[@]}"
-
-  ninja
+  ninja -C build
 }
 
 package_systemd() {



More information about the arch-commits mailing list