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:
Daniel Baumann 2013-01-02 10:22:20 +01:00
parent 5473c18214
commit 1c64392f33
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ then
do
for _FILE in $(find ../pool -name "${_PACKAGE}_*.deb")
do
ln -s ${_FILE} ./
ln -sf ${_FILE} ./
done
done