Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
lib32-systemd
Commits:
6aaae6f4 by Daan De Meyer at 2024-10-29T13:02: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
=====================================
@@ -169,7 +169,7 @@ check() {
}
package() {
- meson install -C build --destdir "$pkgdir"
+ meson install -C build --no-rebuild --destdir "$pkgdir"
rm -rf "${pkgdir}"/{etc,var}
rm -rf "${pkgdir}"/usr/{bin,include,lib,lib32/systemd,share}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-systemd/-/commit/6aaae6f4bc7be7f6a6614f274d1a60f53bfca2f2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-systemd/-/commit/6aaae6f4bc7be7f6a6614f274d1a60f53bfca2f2
You're receiving this email because of your account on gitlab.archlinux.org.