mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Merge pull request #486 from fosslinux/grub-fixup
Regenerate more stuff for grub 2.06
This commit is contained in:
commit
4eceb77e40
2 changed files with 7 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ dc67fc1b132fa3945349efe74c5b2197bd0b6babf4d29d2deddd04f09d9af680 gettext-0.21_0
|
|||
62edfa633f64202b2d29199d11d56a897654a441c7ae39a4d59ca5fe75199f61 gperf-3.1_0.tar.bz2
|
||||
c1989fc2855dbb0350c4e5b677028306614a9f4b5cb6c01fd459c5e1abf592b9 grep-2.4_0.tar.bz2
|
||||
8e612afb9a439aa8bf5db0fc2589eec890a6017690412d5c8e88a5838730b42c grep-3.7_0.tar.bz2
|
||||
ed16ffe92f50bca0dac71145adc07c08043837457dee46bb3a5f5d0a6dc99221 grub-2.06_0.tar.bz2
|
||||
7e1909855a4896d42f92b3564302a9018d3443cc84efb114894ad517397b0585 grub-2.06_0.tar.bz2
|
||||
e2a85aad6d51e52c9a30afeed058f95172fde1215f77243549274672990f6237 guile-3.0.9_0.tar.bz2
|
||||
6585ae3bc8149ec0e3fba766278fa30e2d7f0e7d1b9a9a4a457e0afa15b109c9 gzip-1.13_0.tar.bz2
|
||||
29a1603101cfbe2660e2d695f5b9c08dc9eefd8e3389405a6530c479e271821b heirloom-devtools-070527_0.tar.bz2
|
||||
|
|
|
|||
|
|
@ -18,8 +18,14 @@ src_prepare() {
|
|||
patch -d grub-core/lib/gnulib -p2 < "grub-core/lib/gnulib-patches/$patchname.patch"
|
||||
done
|
||||
|
||||
# remove unauditable blobs (xz-style attack counter)
|
||||
rm tests/dfly-mbr* tests/file_filter/*
|
||||
|
||||
./autogen.sh
|
||||
|
||||
rm po/*.gmo po/exclude.pot
|
||||
find . -name "*.info*" -delete
|
||||
|
||||
cp -a INSTALL INSTALL.grub
|
||||
autoreconf-2.69 -vif
|
||||
mv INSTALL.grub INSTALL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue