From 0320fe30ddbb20e6516d8718c2ef9ea3ac760aa2 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Sun, 9 Oct 2005 08:49:12 +0000 Subject: [PATCH] Change place of the zip --- dist-gpc.sh | 2 +- dist-gps.sh | 6 ++++-- dist-gpv.sh | 2 +- dist-gpw.sh | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dist-gpc.sh b/dist-gpc.sh index adce6cf..8578439 100755 --- a/dist-gpc.sh +++ b/dist-gpc.sh @@ -2,7 +2,7 @@ # Create a archive 'gpc*.zip' with configuration files examples. -name=gpc115-`date +%Y%m%d`.zip +name=../gpc115-`date +%Y%m%d`.zip dir=cfgs if [ -f ${name} ] ; then rm $name ; fi diff --git a/dist-gps.sh b/dist-gps.sh index 6cb5018..ee22a50 100755 --- a/dist-gps.sh +++ b/dist-gps.sh @@ -12,8 +12,10 @@ cd .. ; tar -jcf ${name} \ --exclude golded+/lib \ --exclude golded+/bin \ --exclude golded+/Release \ - --exclude golded+/*.bat \ - --exclude golded+/*.cmd \ + --exclude 'golded+/*.bat' \ + --exclude 'golded+/*.BAT' \ + --exclude 'golded+/*.cmd' \ + --exclude 'golded+/*.CMD' \ --exclude '*.orig' \ --exclude 'bld*.inc' \ --exclude '*.diff' \ diff --git a/dist-gpv.sh b/dist-gpv.sh index fcd0051..742f678 100755 --- a/dist-gpv.sh +++ b/dist-gpv.sh @@ -3,7 +3,7 @@ # Create a archive 'gpwin-*.zip' (gpvYMMDD.zip) with Win32 (MS Visual C) # builg of the Golded+. -name=gpwin-115-`date +%Y%m%d`.zip +name=../gpwin-115-`date +%Y%m%d`.zip files="Release/bin/gedwin.exe Release/bin/gnwin.exe Release/bin/rddtwin.exe" files="${files} docs/copying docs/copying.lib" diff --git a/dist-gpw.sh b/dist-gpw.sh index be13b62..c79d593 100755 --- a/dist-gpw.sh +++ b/dist-gpw.sh @@ -4,7 +4,7 @@ # of the Golded+. -name=gpw32-115-`date +%Y%m%d`.zip +name=../gpw32-115-`date +%Y%m%d`.zip files="bin/gedcyg.exe bin/gncyg.exe bin/rddtcyg.exe" files="${files} docs/copying docs/copying.lib"