From 17640964db28a20fc41c8672b8c5a322b9d0af5d Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Thu, 15 Nov 2018 20:32:22 -0500 Subject: [PATCH] build_haiku_image: Remove obsolete copyright concatenator. All third-party software is now packaged and we ship the licenses directory. --- build/scripts/build_haiku_image | 14 -------------- 1 file changed, 14 deletions(-) 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 ..."