Added rules AddOptionalPackageDescriptionToHaikuImage and

AddLicenseToHaikuImage that can be used in optional package definitions
to add a copyright entry in AboutSystem and add a license file to
/etc/licenses.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25313 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2008-05-04 16:06:41 +00:00
parent cff443b405
commit 5f78d261a2
3 changed files with 50 additions and 0 deletions
+4
View File
@@ -12,6 +12,7 @@
# updateOnly
# dontClearImage
# isVMwareImage
# optionalPackageDescriptions
#
# addattr
# bfsShell
@@ -88,6 +89,9 @@ unzipFile()
mkdir -p $tmpDir
copyrightsFile=$tmpDir/copyrights
$rmAttrs -f $copyrightsFile
if [ "$optionalPackageDescriptions" ]; then
cp "$optionalPackageDescriptions" $copyrightsFile
fi
# create the image and mount it