Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
systemd


Commits:
62c224b6 by Daan De Meyer at 2024-10-29T12:30:53+01:00
Specify --no-rebuild when calling meson install

We already did a full build in the build() function so specify --no-rebuild
when calling meson install so it doesn't try to do another build.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -229,7 +229,7 @@ package_systemd() {
           etc/udev/udev.conf)
   install=systemd.install
 
-  meson install -C build --destdir "$pkgdir" "${_meson_install[@]}"
+  meson install -C build --no-rebuild --destdir "$pkgdir" 
"${_meson_install[@]}"
 
   # we'll create this on installation
   rmdir "$pkgdir"/var/log/journal/remote



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/62c224b60ca150627be58ca2da50f47cc0a5793c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/62c224b60ca150627be58ca2da50f47cc0a5793c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to