Skip to content
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.

Commit

Permalink
mkdir -p $install_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Cenzato committed Jan 16, 2018
1 parent 30db93d commit 5bf9a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd build
cmake -DCMAKE_BUILD_TYPE=Debug -D CMAKE_INSTALL_PREFIX=$install_dir .. && \
make #-j3

mkdir $install_dir
mkdir -p $install_dir
cp NanoSatController.exe $install_dir/NanoSatController.exe
cp -r ../resources $install_dir
echo "NanoSatController installed in $install_dir"
Expand Down

0 comments on commit 5bf9a11

Please sign in to comment.