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
0b68238a
Commit
0b68238a
authored
Jul 13, 2017
by
TASTE User
Browse files
Don't try to install unexisting directory
parent
17edf715
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/90_misc.sh
View file @
0b68238a
...
...
@@ -23,12 +23,8 @@ cp gnuplot/driveGnuPlotsStreams.pl ${PREFIX}/bin/taste-gnuplot-streams || exit 1
# PeekPoke component
mkdir
-p
${
PREFIX
}
/share/peekpoke
mkdir
-p
${
PREFIX
}
/share/peekpoke/component
cp
peek-poke/peekpoke.py
${
PREFIX
}
/share/peekpoke/peekpoke.py
||
exit
1
cp
peek-poke/PeekPoke.glade
${
PREFIX
}
/share/peekpoke/PeekPoke.glade
||
exit
1
for
i
in
DataView.aadl DataView.asn export_PeekPoke.aadl taste_probe.zip
;
do
\
cp
peek-poke/component/
$i
${
PREFIX
}
/share/peekpoke/component/
$i
||
exit
1
;
\
done
# Helper scripts
cp
-a
helper-scripts/
*
${
PREFIX
}
/bin/
...
...
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