mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Fix /lib64 substitution pattern in tc-gcc1
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
45cc27ca40
commit
0645f44a1f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ prepare() {
|
||||||
# into /lib instead of /lib64
|
# into /lib instead of /lib64
|
||||||
#
|
#
|
||||||
for subdir in "i386/t-linux64" "aarch64/t-aarch64-linux"; do
|
for subdir in "i386/t-linux64" "aarch64/t-aarch64-linux"; do
|
||||||
sed -e '/m64=/s/lib64/lib/' \
|
sed -e 's/lib64/lib/g' \
|
||||||
-i "$PKGSRCDIR/$SRCDIR/gcc/config/$subdir"
|
-i "$PKGSRCDIR/$SRCDIR/gcc/config/$subdir"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue