# HG changeset patch # User Jon Chatten # Date 1270645412 -3600 # Node ID b794862a1518348a8fb59d82aec9ddf490499e79 # Parent d8edd94cd8e2f311f32f216c07639e63a2351ec1 Update linux installer maker for new license.txt and HTML release notes. diff -r d8edd94cd8e2 -r b794862a1518 sbsv2/raptor/util/install-linux/package_sbs.sh --- a/sbsv2/raptor/util/install-linux/package_sbs.sh Wed Mar 31 17:11:36 2010 +0100 +++ b/sbsv2/raptor/util/install-linux/package_sbs.sh Wed Apr 07 14:03:32 2010 +0100 @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available # under the terms of the License "Eclipse Public License v1.0" @@ -61,7 +61,7 @@ fi - echo init.xml LICENSE.txt RELEASE-NOTES.txt; cd $SBS_HOME && find bin lib $BINARIES python test schema util | + cd $SBS_HOME && find license.txt RELEASE-NOTES.html bin lib notes $BINARIES python test schema util | grep -v "$TMPSBS"'/python/\.py$' | grep -v 'flm/test' | grep -v 'util/build' |