Skip to content

Commit

Permalink
Adjust the symbolic link path of the releases file
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Sep 1, 2024
1 parent cfe2ffd commit bff4cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ EOF
echo "CONTRIBUTORS='${CONTRIBUTORS}'" >>${op_release}
echo "PACKAGED_DATE='$(date +%Y-%m-%d)'" >>${op_release}
# Creating an Alias
ln -sf /${op_release} ${ophub_release_file}
ln -sf ${op_release#*/} ${ophub_release_file}

cd ${current_path}

Expand Down

0 comments on commit bff4cb1

Please sign in to comment.