mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
BUILD_LUNATIC. Right now.
git-svn-id: https://svn.eduke32.com/eduke32@4157 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
bef8939c95
commit
58758dca39
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ head=`svn update | tail -n1 | awk '{ print $NF }' | cut -d. -f1`
|
||||||
echo "HEAD is revision $head."
|
echo "HEAD is revision $head."
|
||||||
headlog=`svn log -r $head`
|
headlog=`svn log -r $head`
|
||||||
|
|
||||||
lastrevision=`ls -A1 $output/????????-????/ | tail -n1 | cut -d- -f2 | cut -d. -f1`
|
lastrevision=`ls -A1 $output/????????-???? | tail -n1 | cut -d- -f2 | cut -d. -f1`
|
||||||
|
|
||||||
# If the log of HEAD contains DONT_BUILD, obey.
|
# If the log of HEAD contains DONT_BUILD, obey.
|
||||||
if [ -n "`echo $headlog | grep DONT_BUILD`" ]; then
|
if [ -n "`echo $headlog | grep DONT_BUILD`" ]; then
|
||||||
|
@ -200,7 +200,7 @@ then
|
||||||
package_start
|
package_start
|
||||||
package_game_lunatic
|
package_game_lunatic
|
||||||
mv -f $top/$source/eduke32$exe "$package/leduke32_PREVIEW$exe"
|
mv -f $top/$source/eduke32$exe "$package/leduke32_PREVIEW$exe"
|
||||||
package_execute l${basename}-lunatic-PREVIEW_win32
|
package_execute l${basename}_lunatic_PREVIEW_win32
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue