Updated the production script for GNU xorriso to work with plain repo checkouts

This commit is contained in:
Thomas Schmitt 2015-12-26 17:38:28 +00:00
parent 1337c3c494
commit 7a10d01e60
1 changed files with 4 additions and 3 deletions

View File

@ -12,6 +12,10 @@
# libisofs jte libburn libisoburn # libisofs jte libburn libisoburn
# obtained according to instructions on http://libburnia-project.org. # obtained according to instructions on http://libburnia-project.org.
# #
# Produce a necessary binary
# (cd libisoburn-develop/xorriso && \
# cc -g -Wall -o unite_html_b_line unite_html_b_line.c )
#
# It creates a new directory tree # It creates a new directory tree
# xorriso-standalone # xorriso-standalone
# for building GNU xorriso. # for building GNU xorriso.
@ -113,14 +117,11 @@ copy_files \
bootstrap \ bootstrap \
compile \ compile \
config.guess \ config.guess \
config.status \
config.sub \ config.sub \
depcomp \ depcomp \
install-sh \ install-sh \
libtool \
ltmain.sh \ ltmain.sh \
missing \ missing \
mkinstalldirs \
version.h.in \ version.h.in \
\ \
"$lone_dir" "$lone_dir"