Commit b94737c9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix link creating

parent d13c2aae
......@@ -47,5 +47,5 @@ set_last_link()
# do not change last if unstable publish
echo $1 | grep -q /unstable/sources && return
rm -f $1/../last
ln -s $VERSION $1/../last
ln -s $2 $1/../last
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment