Skip to content
Snippets Groups Projects
Commit e166638e authored by Pieter Donker's avatar Pieter Donker
Browse files

backup

parent 5ab3c7f3
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ fi ...@@ -37,7 +37,7 @@ fi
# if exist user_components.ipx file/link remove it and make a symlink to the minimal_user_components.ipx file # if exist user_components.ipx file/link remove it and make a symlink to the minimal_user_components.ipx file
# Altera/[quartus_version]/ip/altera/user_componets.ipx should be a symbolic link to Altera/user_components.ipx # Altera/[quartus_version]/ip/altera/user_componets.ipx should be a symbolic link to Altera/user_components.ipx
user_components_file="${ALTERA_DIR}/user_components.ipx" user_components_file="${ALTERA_DIR}/user_components.ipx"
if [ -f $user_components_file ]; then if [ -h $user_components_file ]; then
rm $user_components_file rm $user_components_file
fi fi
# make a new symbolic link to the git version # make a new symbolic link to the git version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment