Updated the production script for GNU xorriso to work with plain repo checkouts
This commit is contained in:
parent
56457e9019
commit
ca1eea7989
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user