Don't fail when adding symlinks for firmware in binary/firmware for debian-installer and the symlink already exists (Closes: #696688).
This commit is contained in:
parent
5473c18214
commit
1c64392f33
|
@ -581,7 +581,7 @@ then
|
|||
do
|
||||
for _FILE in $(find ../pool -name "${_PACKAGE}_*.deb")
|
||||
do
|
||||
ln -s ${_FILE} ./
|
||||
ln -sf ${_FILE} ./
|
||||
done
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue