mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 00:05:24 +01:00
parent
2423b77114
commit
ddf05018a9
19 changed files with 48 additions and 7 deletions
|
|
@ -57,7 +57,10 @@ src_prepare() {
|
|||
rm gcc/gengtype-lex.c
|
||||
|
||||
# Remove translation catalogs
|
||||
rm gcc/po/*.gmo
|
||||
find . -name '*.gmo' -delete
|
||||
|
||||
# Pre-build texinfo files
|
||||
find . -name '*.info' -delete
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
|
|||
|
|
@ -56,7 +56,10 @@ src_prepare() {
|
|||
rm gcc/gengtype-lex.c
|
||||
|
||||
# Remove translation catalogs
|
||||
rm gcc/po/*.gmo
|
||||
find . -name '*.gmo' -delete
|
||||
|
||||
# Pre-build texinfo files
|
||||
find . -name '*.info' -delete
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue