mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 01:05:24 +01:00
Some shellcheck fixes.
This commit is contained in:
parent
ef0030bbf3
commit
6c4b98a17a
37 changed files with 90 additions and 93 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
rm configure Makefile.in */Makefile.in */*/Makefile.in aclocal.m4 automake.info*
|
||||
rm -- configure Makefile.in */Makefile.in */*/Makefile.in aclocal.m4 automake.info*
|
||||
cp aclocal.in aclocal
|
||||
cp m4/amversion.in m4/amversion.m4
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
src_prepare() {
|
||||
sed -i '/Makefile/d' configure.in
|
||||
|
||||
rm configure Makefile.in */Makefile.in */*/Makefile.in aclocal.m4 automake.info*
|
||||
rm -- configure Makefile.in */Makefile.in */*/Makefile.in aclocal.m4 automake.info*
|
||||
aclocal-1.6
|
||||
autoconf-2.52
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
rm configure Makefile.in */Makefile.in */*/Makefile.in aclocal.m4 automake.info*
|
||||
rm -- configure Makefile.in */Makefile.in */*/Makefile.in aclocal.m4 automake.info*
|
||||
aclocal-1.6
|
||||
autoconf-2.52
|
||||
automake-1.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue