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 b570e7f8e6
commit 7f50113e74
1 changed files with 1 additions and 1 deletions

View File

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