mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-02 16:00:30 +00:00
Maintain a current symlink
Gives a shorthand path to the currently installed version of cosmocc, so we can refer to its make from scripts and such.
This commit is contained in:
parent
90119c422c
commit
b188390f6a
1 changed files with 5 additions and 0 deletions
|
@ -99,3 +99,8 @@ rm -f cosmocc.zip cosmocc.zip.sha256sum
|
||||||
# commit output directory
|
# commit output directory
|
||||||
cd "${OLDPWD}" || die
|
cd "${OLDPWD}" || die
|
||||||
mv "${OUTPUT_TMP}" "${OUTPUT_DIR}" || die
|
mv "${OUTPUT_TMP}" "${OUTPUT_DIR}" || die
|
||||||
|
|
||||||
|
# update current symlink
|
||||||
|
BASE=$(basename "${OUTPUT_DIR}")
|
||||||
|
DIR=$(dirname "${OUTPUT_DIR}")
|
||||||
|
ln -sfn "$BASE" "$DIR/current"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue