don't use -f flag if we just removed the existing link, thanks Florian

This commit is contained in:
Michael Meeks
2011-01-21 11:27:41 +00:00
parent f8eb05ab0e
commit 52e721c101

2
g
View File

@@ -251,7 +251,7 @@ for REPO in $DIRS ; do
echo -n "re-"
fi
echo "creating missing link $link $DIR/$link -> $RAWBUILDDIR/$link"
ln -sf "$DIR/$link" "$RAWBUILDDIR/$link"
ln -s "$DIR/$link" "$RAWBUILDDIR/$link"
fi
done
fi