Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Philippe Gauron
installation
Commits
08942319
Commit
08942319
authored
Apr 11, 2019
by
Philippe Gauron
Committed by
Philippe Gauron
Apr 16, 2019
Browse files
Correction des tests d'existence du dossier yat*
parent
2f50b65d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
script-install.sh
script-install.sh
+2
-2
No files found.
script-install.sh
View file @
08942319
...
...
@@ -601,11 +601,11 @@ then
sudo
apt
install
--assume-yes
subversion
sudo
apt
install
--assume-yes
-d
pkg-config cmake
if
[
!
-
e
"
${
REPO_DIR
}
/tmp/YAT-1.14.5"
]
if
[
!
-
d
"
${
REPO_DIR
}
/tmp/YAT-1.14.5"
]
then
svn checkout https://svn.code.sf.net/p/tango-cs/code/share/yat/tags/YAT-1.14.5
"
${
REPO_DIR
}
/tmp/YAT-1.14.5"
fi
if
[
!
-
e
"
${
REPO_DIR
}
/tmp/YAT4Tango-1.11.4"
]
if
[
!
-
d
"
${
REPO_DIR
}
/tmp/YAT4Tango-1.11.4"
]
then
svn checkout https://svn.code.sf.net/p/tango-cs/code/share/yat4tango/tags/YAT4Tango-1.11.4
"
${
REPO_DIR
}
/tmp/YAT4Tango-1.11.4"
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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