mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-23 12:11:27 +00:00
Fixing newlines
This commit is contained in:
parent
170fb52af5
commit
7edf577f5b
2 changed files with 48 additions and 39 deletions
|
@ -37,3 +37,4 @@ typedef struct {
|
|||
} refdefex_t;
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -9,3 +9,11 @@ cp *.so /usr/local/games/Reaction/Boomstick/
|
|||
rm -f /usr/local/games/Reaction/Boomstick/zzzzzzzzzzzzzzzzzzzz-code.pk3
|
||||
zip -r /usr/local/games/Reaction/Boomstick/zzzzzzzzzzzzzzzzzzzz-code.pk3 vm/
|
||||
|
||||
# Check for the Windows bins
|
||||
cd ../..
|
||||
if [ -d release-mingw32-x86 ]; then
|
||||
cd release-mingw32-x86
|
||||
cp *.exe *.dll /usr/local/games/Reaction/
|
||||
cd Boomstick
|
||||
cp *.dll /usr/local/games/Reaction/Boomstick/
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue