mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-09 17:11:35 +00:00
Fix sedding of /etc/apt/sources.list.
This commit is contained in:
parent
07487675b6
commit
9e99d9f1cf
@ -8,5 +8,5 @@ set -e
|
|||||||
# has run "apt-get update" for the last time, in order that
|
# has run "apt-get update" for the last time, in order that
|
||||||
# /var/lib/apt/lists/ has suitable cached Packages files; this speeds up
|
# /var/lib/apt/lists/ has suitable cached Packages files; this speeds up
|
||||||
# builds on buildds.
|
# builds on buildds.
|
||||||
sed "s,${LB_PARENT_MIRROR_BINARY},${LB_MIRROR_BINARY},g" \
|
sed -i "s,${LB_PARENT_MIRROR_BINARY},${LB_MIRROR_BINARY},g" \
|
||||||
binary/etc/apt/sources.list
|
binary/etc/apt/sources.list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user