Readjusted relationship glue of libburn and cdrskin
This commit is contained in:
parent
e361549cfc
commit
79189977e4
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user