Skip to content
Snippets Groups Projects
Commit 83273660 authored by Linux User's avatar Linux User
Browse files

force creation of links

parent d9f5462b
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ fetch() { ...@@ -128,7 +128,7 @@ fetch() {
ln -sf "$SRCDEST/${s##*/}" "$srcdir"/ ln -sf "$SRCDEST/${s##*/}" "$srcdir"/
;; ;;
*) *)
ln -s "$startdir/$s" "$srcdir/" ln -sf "$startdir/$s" "$srcdir/"
;; ;;
esac esac
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment