Skip to content

Commit

Permalink
rebaseall in new install before packaging it.
Browse files Browse the repository at this point in the history
This matches what lazka did in the 20250209 i686 build after syncing.
  • Loading branch information
jeremyd2019 committed Feb 20, 2025
1 parent b40ebfa commit aafc02d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make-msys2-installer
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ create_chroot_system() {
pacman -S base --noconfirm --root "${_newmsys}"
grep -F '[build32]' etc/pacman.conf || sed -i '/\[msys\]/i [build32]\nServer = https://github.com/jeremyd2019/msys2-build32/releases/download/repo\nSigLevel = Optional\n' etc/pacman.conf
pacman -Q --root "${_newmsys}" > "${_thisdir}/msys2-base-${_arch}-${_date}.packages.txt"
MSYSTEM=MSYS chroot "${_newmsys}" usr/bin/rebaseall -p
popd > /dev/null
}

Expand Down

0 comments on commit aafc02d

Please sign in to comment.