mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Merge pull request #500 from fosslinux/make-3.82-fixup
make-3.82: remove pregenerated files
This commit is contained in:
commit
13a3d82dea
1 changed files with 2 additions and 1 deletions
|
|
@ -5,8 +5,9 @@
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
|
|
||||||
rm doc/make.info
|
rm doc/make.info*
|
||||||
touch doc/make.info
|
touch doc/make.info
|
||||||
|
rm po/*.gmo
|
||||||
|
|
||||||
# We don't have autopoint from gettext yet
|
# We don't have autopoint from gettext yet
|
||||||
AUTOPOINT=true AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi
|
AUTOPOINT=true AUTOMAKE=automake-1.10 ACLOCAL=aclocal-1.10 AUTOM4TE=autom4te-2.64 autoreconf-2.64 -fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue