From 679b4c5ccd148c0ed3e07f3186c959c22079a25b Mon Sep 17 00:00:00 2001 From: gareth Date: Sun, 27 May 2007 22:57:41 +0000 Subject: I don't know WHY this fixes it but it does --- releng/dobuild.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/releng/dobuild.sh b/releng/dobuild.sh index 0fbb979..dd324d8 100755 --- a/releng/dobuild.sh +++ b/releng/dobuild.sh @@ -9,12 +9,14 @@ printf "Getting fresh source tree from SVN..." svn checkout $1 build printf "Updating templates..." -./parsetmpl.sh templates/VersionInfo.cs.tmpl >build/OpenSim.RegionServer/VersionInfo.cs +./parsetmpl.sh templates/VersionInfo.cs.tmpl >build/OpenSim/OpenSim.RegionServer/VersionInfo.cs printf "Running prebuild..." cd build mono bin/Prebuild.exe /target nant printf "Doing the build..." -nant +nant -buildfile:OpenSim.build +mono bin/Prebuild.exe /target nant +nant -buildfile:OpenGridServices.build -- cgit v1.1