mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-12 06:15:29 +01:00
Use newer autoconf for bash to avoid warnings.
We can use either 2.55 or 2.57, so use the newer.
This commit is contained in:
parent
7fdb12f08d
commit
107aef4b57
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ src_prepare() {
|
|||
# Rebuild configure script
|
||||
# Ignore harmless error from autoconf for now
|
||||
rm configure
|
||||
autoconf-2.52 || true
|
||||
autoconf-2.57
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
0d6cbaa5f93fa4c2186ef40dd834b47841b3bf70f6183cfdb6ada38fdb835c5a /after/bin/bash
|
||||
62c5acf91b425c3587b498ce7af14fcfed6735db1bfd8d94055a4795aff57b09 /after/bin/bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue