MACOSX: Combine the license files into a single file when packaging
This commit is contained in:
parent
9686d8c8e6
commit
cb28ebcd1f
1 changed files with 4 additions and 0 deletions
4
ports.mk
4
ports.mk
|
@ -121,6 +121,10 @@ ifdef DIST_FILES_ENGINEDATA
|
|||
endif
|
||||
$(srcdir)/devtools/credits.pl --rtf > $(bundle_name)/Contents/Resources/AUTHORS.rtf
|
||||
rm $(bundle_name)/Contents/Resources/AUTHORS
|
||||
echo "\n---\n" | cat - $(bundle_name)/Contents/Resources/COPYING.LGPL >> $(bundle_name)/Contents/Resources/COPYING
|
||||
echo "\n---\n" | cat - $(bundle_name)/Contents/Resources/COPYING.FREEFONT >> $(bundle_name)/Contents/Resources/COPYING
|
||||
echo "\n---\n" | cat - $(bundle_name)/Contents/Resources/COPYING.BSD >> $(bundle_name)/Contents/Resources/COPYING
|
||||
rm $(bundle_name)/Contents/Resources/COPYING.LGPL $(bundle_name)/Contents/Resources/COPYING.FREEFONT $(bundle_name)/Contents/Resources/COPYING.BSD
|
||||
chmod 644 $(bundle_name)/Contents/Resources/*
|
||||
cp scummvm-static $(bundle_name)/Contents/MacOS/scummvm
|
||||
chmod 755 $(bundle_name)/Contents/MacOS/scummvm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue