mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 15:42:58 +00:00
Fix validating list of packages
This commit is contained in:
parent
e6f0939a8a
commit
2329e6734a
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
Summary: Tools for building live CDs
|
||||
Name: livecd-tools
|
||||
Version: 21.1
|
||||
Release: 39
|
||||
Release: 40
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Group: System/Base
|
||||
|
|
|
@ -31,7 +31,7 @@ urpmi_bootstrap(){
|
|||
# This will validate that all requested packages do exist
|
||||
# and will print a list of not existing ones.
|
||||
# Returns 0 only if all packages do exist.
|
||||
urpmq --sources --urpmi-root "$urpmiRoot" ${packagesList}
|
||||
urpmq --whatprovides --urpmi-root "$urpmiRoot" ${packagesList} >/dev/null
|
||||
|
||||
# temporarily don't fail the whole scripts when not last iteration of urpmi fails
|
||||
set +e
|
||||
|
|
Loading…
Add table
Reference in a new issue