mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-11 13:55:24 +01:00
Fix typos.
This commit is contained in:
parent
3d64db72dc
commit
63d2bc7a1b
4 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ src_prepare() {
|
|||
|
||||
autoreconf-2.61 -f
|
||||
|
||||
# Pre-build texinfo files
|
||||
# Pre-built texinfo files
|
||||
rm doc/find.info
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ src_prepare() {
|
|||
# Remove translation catalogs
|
||||
find . -name '*.gmo' -delete
|
||||
|
||||
# Pre-build texinfo files
|
||||
# Pre-built texinfo files
|
||||
find . -name '*.info' -delete
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ src_prepare() {
|
|||
# Remove translation catalogs
|
||||
find . -name '*.gmo' -delete
|
||||
|
||||
# Pre-build texinfo files
|
||||
# Pre-built texinfo files
|
||||
find . -name '*.info' -delete
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ src_prepare() {
|
|||
|
||||
autoreconf -f -i
|
||||
|
||||
# Pre-build texinfo files
|
||||
# Pre-built texinfo files
|
||||
find . -name '*.info*' -delete
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue