From dc664fd5c6d81676e7a9a510d20ddf3a2f49db1c Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Fri, 15 Nov 2013 05:45:22 +0000 Subject: [PATCH] A stab in the dark at fixing the Synthesis problems. BUILD_LUNATIC. git-svn-id: https://svn.eduke32.com/eduke32@4154 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/synthesis.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/polymer/synthesis.sh b/polymer/synthesis.sh index 7434d498a..49f2d2687 100755 --- a/polymer/synthesis.sh +++ b/polymer/synthesis.sh @@ -104,10 +104,10 @@ function package_debug () function package_game_lunatic () { # Package some Lunatic test and demo files. - mkdir -p lunatic/test - cp $top/$source/source/lunatic/test.lua lunatic - cp $top/$source/source/lunatic/test/test_{bitar,geom,rotspr}.lua lunatic/test - cp $top/$source/source/lunatic/test/{delmusicsfx,helixspawner}.lua lunatic/test + mkdir -p ./lunatic/test + cp $top/$source/source/lunatic/test.lua ./lunatic/ + cp $top/$source/source/lunatic/test/test_{bitar,geom,rotspr}.lua ./lunatic/test/ + cp $top/$source/source/lunatic/test/{delmusicsfx,helixspawner}.lua ./lunatic/test/ } function package_sdk ()