mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 08:45:23 +01:00
Fix indentation.
This commit is contained in:
parent
456847efa7
commit
3ddf5d096a
1 changed files with 3 additions and 3 deletions
|
|
@ -119,7 +119,7 @@ src_configure() {
|
||||||
--disable-64-bit-bfd \
|
--disable-64-bit-bfd \
|
||||||
--prefix="${PREFIX}" \
|
--prefix="${PREFIX}" \
|
||||||
--libdir="${PREFIX}/lib/musl" \
|
--libdir="${PREFIX}/lib/musl" \
|
||||||
--srcdir=.
|
--srcdir=.
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
@ -127,12 +127,12 @@ src_configure() {
|
||||||
src_compile() {
|
src_compile() {
|
||||||
make -C bfd headers
|
make -C bfd headers
|
||||||
for dir in libiberty bfd opcodes binutils gas gprof ld; do
|
for dir in libiberty bfd opcodes binutils gas gprof ld; do
|
||||||
make -C $dir MAKEINFO=true
|
make -C $dir MAKEINFO=true
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
for dir in libiberty bfd opcodes binutils gas gprof ld; do
|
for dir in libiberty bfd opcodes binutils gas gprof ld; do
|
||||||
make -C $dir install MAKEINFO=true DESTDIR="${DESTDIR}"
|
make -C $dir install MAKEINFO=true DESTDIR="${DESTDIR}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue