added why2-app into install script
This commit is contained in:
parent
32440a0cb7
commit
6cad7ff693
12
build.sh
12
build.sh
@ -99,6 +99,18 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ##########
|
||||
fi
|
||||
fi
|
||||
|
||||
###
|
||||
echo "Compiling why2-app..."
|
||||
###
|
||||
|
||||
./build.sh app
|
||||
|
||||
###
|
||||
echo "Installing why2-app..."
|
||||
###
|
||||
|
||||
cp $appOutput /usr/bin/why2
|
||||
|
||||
###
|
||||
echo "Finished! Cleaning up..."
|
||||
###
|
||||
|
Loading…
x
Reference in New Issue
Block a user