Readjusted relationship glue of libburn and cdrskin

This commit is contained in:
Thomas Schmitt 2006-08-21 08:32:04 +00:00
parent 191f17023c
commit 569c1d7aef
1 changed files with 5 additions and 3 deletions

View File

@ -22,15 +22,16 @@ set -x
# #
# libburn version used: http://libburn.pykix.org SVN of Aug 15 2006 # libburn version used: http://libburn.pykix.org SVN of Aug 15 2006
# packed up in a tarball just to save it from inadverted changes. # packed up in a tarball just to save it from inadverted changes.
original="./libburn_svn_A60815.tgz" # original="./libburn_svn_A60815.tgz"
original="./libburn_cdrskin_A60819.tgz"
# The top level directory in that snapshot is named # The top level directory in that snapshot is named
intermediate="./libburn" intermediate="./libburn_pykix"
# My changes are in libburn-0.2.1.ts.develop , mainly in ./cdrskin # My changes are in libburn-0.2.1.ts.develop , mainly in ./cdrskin
changes="./libburn-0.2.1.ts.develop" changes="./libburn-0.2.1.ts.develop"
skin_rev="0.1.4" skin_rev="0.1.5"
# The result directory and the name of the result tarballs # The result directory and the name of the result tarballs
target="./cdrskin-${skin_rev}" target="./cdrskin-${skin_rev}"
@ -72,6 +73,7 @@ then
dummy=dummy dummy=dummy
else else
echo "$0 : FATAL : no file $original" >&2 echo "$0 : FATAL : no file $original" >&2
exit 3
fi fi