core/grub to 2.04-5

This commit is contained in:
Kevin Mihelich 2020-01-01 22:37:38 +00:00
parent bfb3b07322
commit 5dca4b9009

View file

@ -33,7 +33,7 @@ pkgname='grub'
pkgdesc='GNU GRand Unified Bootloader (2)'
_pkgver=2.04
pkgver=${_pkgver/-/}
pkgrel=4
pkgrel=5
epoch=2
url='https://www.gnu.org/software/grub/'
arch=('x86_64')
@ -153,6 +153,9 @@ prepare() {
./bootstrap \
--gnulib-srcdir="${srcdir}/gnulib/" \
--no-git
echo "Make translations reproducible..."
sed -i '1i /^PO-Revision-Date:/ d' po/*.sed
}
_build_grub-common_and_bios() {
@ -189,7 +192,7 @@ _build_grub-common_and_bios() {
"${_configure_options[@]}"
if [ ! -z "${SOURCE_DATE_EPOCH}" ]; then
echo "Make the build reproducible..."
echo "Make info pages reproducible..."
touch -d "@${SOURCE_DATE_EPOCH}" $(find -name '*.texi')
fi