From: Yu Watanabe Date: Sun, 10 Mar 2024 05:09:38 +0000 (+0900) Subject: mkosi: fix typo X-Git-Tag: v256-rc1~590 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d87a00a951dca801c8ccd79c1460fa91efa7dce;p=thirdparty%2Fsystemd.git mkosi: fix typo Follow-up for 4d0f1451b58dbd4b94da579b800adef4f4e42c34. --- diff --git a/mkosi.images/base/mkosi.conf.d/10-arch/mkosi.build.chroot b/mkosi.images/base/mkosi.conf.d/10-arch/mkosi.build.chroot index 7fe05aa3a40..9acfde1635b 100755 --- a/mkosi.images/base/mkosi.conf.d/10-arch/mkosi.build.chroot +++ b/mkosi.images/base/mkosi.conf.d/10-arch/mkosi.build.chroot @@ -19,7 +19,7 @@ mount --mkdir --rbind "$PWD/pkg/$DISTRIBUTION" "pkg/$DISTRIBUTION/src/" # Override the default options. Use -Og because -O0 doesn't work with FORTIFY_SOURCE. We specifically disable # "strip", "zipman" and "lto" as they slow down builds significantly. OPTIONS= cannot be overridden on the -# makepkg command line so we append to /etc/makepkg.conf instead. The rootfs is overlayed with a writable +# makepkg command line so we append to /etc/makepkg.conf instead. The rootfs is overlaid with a writable # tmpfs during the build script so these changes don't end up in the image itself. tee --append /etc/makepkg.conf >/dev/null <