mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/grub to 2.04-5
This commit is contained in:
parent
bfb3b07322
commit
5dca4b9009
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue