force creation of links

This commit is contained in:
Linux User 2008-11-08 11:06:40 +00:00
parent d9f5462b34
commit 83273660a8
1 changed files with 1 additions and 1 deletions

2
abuild
View File

@ -128,7 +128,7 @@ fetch() {
ln -sf "$SRCDEST/${s##*/}" "$srcdir"/
;;
*)
ln -s "$startdir/$s" "$srcdir/"
ln -sf "$startdir/$s" "$srcdir/"
;;
esac
done