We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0adbcf commit bd1242eCopy full SHA for bd1242e
2 files changed
roadies_env.sh
@@ -31,7 +31,7 @@ if [ ! -d "ASTER-Linux" ]; then
31
make
32
g++ -D CASTLES -std=gnu++11 -march=native -Ofast -pthread src/astral-pro.cpp -o bin/astral-pro3
33
cd ..
34
- mv ASTER-Linux/bin/astral-pro3 .
+ mv ASTER-Linux/bin/astral-pro3 /usr/local/bin/
35
fi
36
37
# Clone PASTA if not already done
test/roadies_env_test.sh
@@ -17,7 +17,7 @@ cd ASTER-Linux
17
18
19
20
-cp ASTER-Linux/bin/astral-pro3 .
+mv ASTER-Linux/bin/astral-pro3 /usr/local/bin/
21
22
git clone https://github.com/smirarab/pasta.git
23
0 commit comments