improve build script
This commit is contained in:
parent
f72e6cc250
commit
df00cd0094
1 changed files with 6 additions and 2 deletions
6
build.sh
6
build.sh
|
@ -8,4 +8,8 @@ for patch in patches/*.diff; do
|
|||
done
|
||||
cp -f config.h st-final/
|
||||
cd st-final || exit 1
|
||||
make
|
||||
if [ "$1" = "-i" ]; then
|
||||
sudo make install
|
||||
else
|
||||
make
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue