Adapted standalone tarball to version functions

This commit is contained in:
2008-01-26 14:01:19 +00:00
parent a7b4cf0560
commit d23aabec6b
4 changed files with 38 additions and 17 deletions

View File

@ -20,8 +20,10 @@
current_dir=$(pwd)
lone_dir="$current_dir"/"xorriso-standalone"
xorriso_rev=0.1.0
xorriso_pl=".pl00"
xorriso_rev=0.0.1
xorriso_pl=""
# For stable releases:
# xorriso_pl=".pl00"
with_bootstrap_tarball=1
@ -129,6 +131,9 @@ create_dir "$lone_dir"/libisofs
goto_dir "$current_dir"/nglibisofs-develop
copy_files src/*.[ch] "$lone_dir"/libisofs
# To get a common version.h
cat version.h.in >> "$lone_dir"/version.h.in
# <<< obsoleted
if test 1 = 0
@ -164,6 +169,9 @@ copy_files libburn/*.[ch] "$lone_dir"/libburn
copy_files COPYING "$lone_dir"/COPYING
# To get a common version.h
cat version.h.in >> "$lone_dir"/version.h.in
# tarball