mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
commit
761d107003
2 changed files with 7 additions and 9 deletions
|
|
@ -254,8 +254,6 @@ sed 4.0.9
|
|||
|
||||
A slightly newer ``sed`` is built against musl.
|
||||
|
||||
.. _bzip2-1.0.8-1:
|
||||
|
||||
bzip2 1.0.8
|
||||
===========
|
||||
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@ src_prepare() {
|
|||
# Rebuild aclocal.m4 files
|
||||
# aclocal.m4 in libiberty seems to be hand-written
|
||||
for dir in binutils bfd gas gprof ld opcodes; do
|
||||
cd $dir
|
||||
rm aclocal.m4
|
||||
aclocal-1.4
|
||||
cd ..
|
||||
cd $dir
|
||||
rm aclocal.m4
|
||||
aclocal-1.4
|
||||
cd ..
|
||||
done
|
||||
|
||||
# intl/aclocal.m4 consists of two parts.
|
||||
|
|
@ -32,10 +32,10 @@ src_prepare() {
|
|||
cd ..
|
||||
|
||||
for dir in binutils bfd gas intl libiberty ld opcodes; do
|
||||
cd $dir
|
||||
rm config.in
|
||||
cd $dir
|
||||
rm config.in
|
||||
autoheader-2.13
|
||||
cd ..
|
||||
cd ..
|
||||
done
|
||||
|
||||
for dir in binutils bfd gas ld gprof libiberty opcodes; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue