mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-10 23:12:57 +00:00
Fix typing error in ostinato script
This commit is contained in:
parent
0a9cc2c7e6
commit
5752fae289
@ -54,7 +54,7 @@ tce-load -wi libpcap-dev
|
|||||||
tce-load -wi git
|
tce-load -wi git
|
||||||
git clone https://github.com/pstavirs/ostinato.git
|
git clone https://github.com/pstavirs/ostinato.git
|
||||||
cd ostinato
|
cd ostinato
|
||||||
[ -n "$git-commit" ] && git checkout "$git_commit"
|
[ -n "$git_commit" ] && git checkout "$git_commit"
|
||||||
qmake -config release "QMAKE_CXXFLAGS+=$CXXFLAGS"
|
qmake -config release "QMAKE_CXXFLAGS+=$CXXFLAGS"
|
||||||
make server
|
make server
|
||||||
sudo INSTALL_ROOT=/tmp/ostinato make server-install_subtargets
|
sudo INSTALL_ROOT=/tmp/ostinato make server-install_subtargets
|
||||||
|
@ -44,7 +44,7 @@ tce-load -wi libpcap-dev
|
|||||||
tce-load -wi git
|
tce-load -wi git
|
||||||
git clone https://github.com/pstavirs/ostinato.git
|
git clone https://github.com/pstavirs/ostinato.git
|
||||||
cd ostinato
|
cd ostinato
|
||||||
[ -n "$git-commit" ] && git checkout "$git_commit"
|
[ -n "$git_commit" ] && git checkout "$git_commit"
|
||||||
qmake -config release "QMAKE_CXXFLAGS+=$CXXFLAGS"
|
qmake -config release "QMAKE_CXXFLAGS+=$CXXFLAGS"
|
||||||
make
|
make
|
||||||
sudo INSTALL_ROOT=/tmp/ostinato make install
|
sudo INSTALL_ROOT=/tmp/ostinato make install
|
||||||
|
Loading…
Reference in New Issue
Block a user