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:
@@ -321,20 +321,6 @@ for packageFile in $systemPackages; do
|
|||||||
done
|
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
|
if [ $isCD ]; then
|
||||||
# generate the attribute stores
|
# generate the attribute stores
|
||||||
echo "Generating attribute stores ..."
|
echo "Generating attribute stores ..."
|
||||||
|
|||||||
Reference in New Issue
Block a user