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
b570e7f8e6
commit
7f50113e74
|
@ -632,7 +632,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