Fix smdata generator due new makefile.

This commit is contained in:
ZipFile
2011-10-10 00:36:16 +02:00
parent 5bc07f4446
commit a1744eb712
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ SMData:
dist-hook: SMData
mkdir -p $(distdir)/Packages
cp GameData.smzip $(distdir)/Packages
mv GameData.smzip $(distdir)/Packages
cp -r $(srcdir)/Docs $(distdir)
cp -r -t "$(distdir)" $(installFiles)
+2 -2
View File
@@ -111,7 +111,7 @@ call () {
}
version () {
echo 'build.sh (StepMania) 2.63'
echo 'build.sh (StepMania) 2.64'
echo 'Copyright (C) 2006-2009 Steve Checkoway'
echo 'StepMania is Copyright (C) 2001-2011 Chris Danford et al.'
echo 'sm-ssc is Copyright (C) 2009-2011 the spinal shark collective'
@@ -122,7 +122,7 @@ if [ -n "$s_data" ]; then
message 'Generating GameData.smzip'
if [ -f _build/Makefile ]; then
cd _build
call make dist-hook
call make SMData
mv ./GameData.smzip ../
cd ..
else