mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Fix spurious error message for missing prebuilts in --repo mode
This commit is contained in:
parent
8884d79802
commit
c37486d428
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ bin_preseed() {
|
|||
if [ -d "/external/repo-preseeded" ]; then
|
||||
get_revision "${pkg}"
|
||||
cd "/external/repo-preseeded"
|
||||
test -e "${pkg}_${revision}.tar.bz2" || return 1
|
||||
if [ "${UPDATE_CHECKSUMS}" = "True" ] || src_checksum "${pkg}" $((revision)); then
|
||||
echo "${pkg}: installing prebuilt package."
|
||||
mv "${pkg}_${revision}"* /external/repo || return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue