mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
installer: include licenses of third-party components used in MKVToolNix
This commit is contained in:
parent
a34759c912
commit
c03d1c35a8
@ -51,7 +51,7 @@ function create_directories {
|
|||||||
|
|
||||||
cd ${tgt_dir}
|
cd ${tgt_dir}
|
||||||
rm -rf *
|
rm -rf *
|
||||||
mkdir -p examples data doc locale/libqt
|
mkdir -p examples data doc/licenses locale/libqt
|
||||||
|
|
||||||
print -- " done"
|
print -- " done"
|
||||||
}
|
}
|
||||||
@ -74,6 +74,7 @@ function copy_files {
|
|||||||
cp COPYING ${tgt_dir}/doc/COPYING.txt
|
cp COPYING ${tgt_dir}/doc/COPYING.txt
|
||||||
cp NEWS.md ${tgt_dir}/doc/NEWS.txt
|
cp NEWS.md ${tgt_dir}/doc/NEWS.txt
|
||||||
cp doc/command_line_references.html ${tgt_dir}/doc/
|
cp doc/command_line_references.html ${tgt_dir}/doc/
|
||||||
|
cp doc/licenses/*.txt ${tgt_dir}/doc/licenses/
|
||||||
|
|
||||||
for mo in po/*.mo ; do
|
for mo in po/*.mo ; do
|
||||||
language=${${mo:t}:r}
|
language=${${mo:t}:r}
|
||||||
|
Loading…
Reference in New Issue
Block a user