From 0a913cc77dbe624cd54721f6d3a09f46e5a395ea Mon Sep 17 00:00:00 2001 From: Robert Moore Date: Wed, 27 Aug 2008 13:12:30 -0700 Subject: [PATCH] Update release build script. Changed to reflect new location of changes.txt. --- generate/release/build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/generate/release/build.sh b/generate/release/build.sh index 6d1e271f5..7b34e7471 100755 --- a/generate/release/build.sh +++ b/generate/release/build.sh @@ -59,7 +59,7 @@ mkdir -p unixtemp/os_specific # # Copy ACPICA subsystem source code # -cp -r CHANGES.txt unixtemp/changes.txt +cp -r documents/changes.txt unixtemp/changes.txt cp -r source/common unixtemp/common cp -r source/components/* unixtemp cp -r source/include unixtemp/include @@ -154,7 +154,7 @@ mkdir -p wintemp/source/os_specific/service_layers # # Copy ACPICA subsystem source code # -cp -r CHANGES.txt wintemp/changes.txt +cp -r documents/changes.txt wintemp/changes.txt cp -r source/common wintemp/source/common cp -r source/components wintemp/source/ cp -r source/include wintemp/source/include @@ -227,7 +227,7 @@ mkdir wintemp # # Copy executables and documentation # -cp -r CHANGES.txt wintemp/changes.txt +cp -r documents/changes.txt wintemp/changes.txt cp documents/aslcompiler.pdf wintemp cp libraries/iasl.exe wintemp cp libraries/acpixtract.exe wintemp @@ -261,7 +261,7 @@ echo echo ACPICA - Source code release package echo -cp CHANGES.txt generate/release/current/changes.txt +cp documents/changes.txt generate/release/current/changes.txt cd generate/release/current $PKZIP -add -max -password=acpica acpica-release-`date +%Y%m%d` changes.txt iasl-win-`date +%Y%m%d`.zip acpica-unix-`date +%Y%m%d`.tar.gz rm changes.txt