mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
util-linux: remove pregenerated files
This commit is contained in:
parent
e52b40f55d
commit
6480a03dd9
1 changed files with 10 additions and 0 deletions
|
|
@ -5,6 +5,16 @@
|
|||
src_prepare() {
|
||||
default
|
||||
|
||||
# gettext translation files
|
||||
rm po/*.gmo
|
||||
|
||||
# NOTE: misc-utils/scriptreplay.1 was originally a Pod::Man generated
|
||||
# manpage. However, it *has* been manually edited since then. In this
|
||||
# case, it is fine not to delete it; there is little-no risk.
|
||||
|
||||
# generated/unauditable testdata
|
||||
rm -r tests/ts/blkid/images-fs tests/ts/cramfs/*.img
|
||||
|
||||
# We don't have gettext (autopoint) yet.
|
||||
AUTOPOINT=true AUTOMAKE=automake-1.10 AUTOCONF=autoconf-2.64 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue