Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
03b4c198
Commit
03b4c198
authored
Jun 30, 2017
by
Thanassis Tsiodras
Browse files
Update ASN.1 file paths in the components' AADL files.
parent
5c3614aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/95_components_library.sh
View file @
03b4c198
...
...
@@ -21,6 +21,9 @@ for i in * ; do
# No, install component in library
echo
"[-] Installing
$i
in component library..."
cp
-a
"
$i
"
${
LIBDIR
}
||
exit
1
cd
${
LIBDIR
}
/
"
$i
"
||
exit
1
echo
"[-] Updating ASN.1 file paths..."
taste-update-data-view
*
asn
else
# Yes, it is - check for updates
cd
"
${
DIR
}
"
/../components_library/
"
$i
"
||
exit
1
...
...
@@ -30,6 +33,8 @@ for i in * ; do
if
[
"
${
OLDVER
}
"
!=
"
${
NEWVER
}
"
]
;
then
echo
"[-] Updating
$i
in component library..."
cp
-a
"
${
DIR
}
"
/../components_library/
"
$i
"
/
*
.
echo
"[-] Updating ASN.1 file paths..."
taste-update-data-view
*
asn
fi
fi
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment