diff --git a/build/scripts/build_haiku_image b/build/scripts/build_haiku_image index 28ab70959e..e67b018708 100755 --- a/build/scripts/build_haiku_image +++ b/build/scripts/build_haiku_image @@ -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 ..."