diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-22 10:22:48 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-22 10:22:48 +0200 |
commit | 762b23e86a8bd45879335af96006573a99884a71 (patch) | |
tree | 541538db25b1982ded1cc914c6667471c1d505e0 /mkosi.images/build/mkosi.conf.d/centos | |
parent | meson: fix missing failure if bpf-framework was enabled (diff) | |
download | systemd-762b23e86a8bd45879335af96006573a99884a71.tar.xz systemd-762b23e86a8bd45879335af96006573a99884a71.zip |
mkosi: Switch back to PKG_SUBDIR instead of symlinks
Previously I thought it would make sense to allow running the build
scripts from within the VM/container to rebuild the packages. Instead
we ended up making it possible to rerun mkosi outside of the container/VM
to rebuild the packages, so let's switch back to $PKG_SUBDIR to tell the
build scripts where to look for the packaging sources.
Diffstat (limited to 'mkosi.images/build/mkosi.conf.d/centos')
-rw-r--r-- | mkosi.images/build/mkosi.conf.d/centos/mkosi.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkosi.images/build/mkosi.conf.d/centos/mkosi.conf b/mkosi.images/build/mkosi.conf.d/centos/mkosi.conf index cbb7ed2d29..140aae804b 100644 --- a/mkosi.images/build/mkosi.conf.d/centos/mkosi.conf +++ b/mkosi.images/build/mkosi.conf.d/centos/mkosi.conf @@ -12,3 +12,4 @@ Environment= GIT_URL=https://git.centos.org/rpms/systemd.git GIT_BRANCH=c10s-sig-hyperscale GIT_COMMIT=46480aaa9e0ea63a85b6ca676554ce2aae10ce36 + PKG_SUBDIR=centos |