Change place of the zip
This commit is contained in:
parent
b6ce4d48e7
commit
0320fe30dd
@ -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
|
||||
|
@ -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' \
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user