mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Remove more pregenerated files for grub 2.06
- Documentation - Test file blobs
This commit is contained in:
parent
749b2bfe37
commit
aad75ec2a2
2 changed files with 7 additions and 1 deletions
|
|
@ -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