provide_gcc to overwrite link #5190
This commit is contained in:
parent
d1ed2d9f53
commit
72682b587d
|
@ -35,4 +35,4 @@ fi
|
||||||
|
|
||||||
# Create colloquially named link
|
# Create colloquially named link
|
||||||
cd "$SWD"
|
cd "$SWD"
|
||||||
ln -s "${TMP_DIR}"/* "${COLLOQUIAL}"
|
ln -sf "${TMP_DIR}"/* "${COLLOQUIAL}"
|
||||||
|
|
Loading…
Reference in New Issue