build_haiku_image: Remove obsolete copyright concatenator.

All third-party software is now packaged and we ship the licenses
directory.
This commit is contained in:
Augustin Cavalier 2018-11-15 20:32:22 -05:00
parent a4dcbfcef1
commit 17640964db

View File

@ -321,20 +321,6 @@ for packageFile in $systemPackages; do
done
# add the concatenated copyrights as an attribute to AboutSystem
# TODO: That might not be necessary, when all third-party software everything
# is packaged. Though we might not package everything.
# if [ ! $updateOnly ]; then
# if [ -f $copyrightsFile ]; then
# copyrightAttrs=$tmpDir/copyrightAttrs
# $rmAttrs -f $copyrightAttrs
# touch $copyrightAttrs
# $addattr -f $copyrightsFile COPYRIGHTS $copyrightAttrs
# $copyAttrs ${sPrefix}$copyrightAttrs ${tPrefix}system/apps/AboutSystem
# fi
# fi
if [ $isCD ]; then
# generate the attribute stores
echo "Generating attribute stores ..."