sbsv2/raptor/util/install-linux/package_sbs.sh
changeset 428 b794862a1518
parent 9 b211d87c390a
equal deleted inserted replaced
427:d8edd94cd8e2 428:b794862a1518
     1 #!/bin/bash
     1 #!/bin/bash
     2 
     2 
     3 # Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 # Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     4 # All rights reserved.
     4 # All rights reserved.
     5 # This component and the accompanying materials are made available
     5 # This component and the accompanying materials are made available
     6 # under the terms of the License "Eclipse Public License v1.0"
     6 # under the terms of the License "Eclipse Public License v1.0"
     7 # which accompanies this distribution, and is available
     7 # which accompanies this distribution, and is available
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    59 if [[ "$packtype" == "source" ]]; then
    59 if [[ "$packtype" == "source" ]]; then
    60 BINARIES=""
    60 BINARIES=""
    61 fi
    61 fi
    62 
    62 
    63 
    63 
    64    echo init.xml LICENSE.txt RELEASE-NOTES.txt; cd $SBS_HOME && find bin lib $BINARIES python test schema util |
    64    cd $SBS_HOME && find license.txt RELEASE-NOTES.html bin lib notes $BINARIES python test schema util |
    65 	grep -v "$TMPSBS"'/python/\.py$' |
    65 	grep -v "$TMPSBS"'/python/\.py$' |
    66 	grep -v 'flm/test'  |
    66 	grep -v 'flm/test'  |
    67 	grep -v 'util/build'  | 
    67 	grep -v 'util/build'  | 
    68 	grep -v 'test/epocroot/epoc32/build'  | 
    68 	grep -v 'test/epocroot/epoc32/build'  | 
    69 	grep -v '~$'  |  cpio -o --quiet  2>/dev/null 
    69 	grep -v '~$'  |  cpio -o --quiet  2>/dev/null