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:
parent
a4dcbfcef1
commit
17640964db
@ -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 ..."
|
||||
|
Loading…
Reference in New Issue
Block a user