diff options
Diffstat (limited to 'usr/src/tools/scripts/onblddrop.sh')
-rw-r--r-- | usr/src/tools/scripts/onblddrop.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/tools/scripts/onblddrop.sh b/usr/src/tools/scripts/onblddrop.sh index ba8ea615d6..4898a92829 100644 --- a/usr/src/tools/scripts/onblddrop.sh +++ b/usr/src/tools/scripts/onblddrop.sh @@ -21,11 +21,9 @@ # # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # # Make SUNWonbld package tarball for OpenSolaris. Besides the @@ -78,9 +76,6 @@ cd $CODEMGR_WS fail "$PKGARCHIVE/SUNWonbld is missing." (cd $PKGARCHIVE; tar cf - SUNWonbld) | (cd $stagedir/$subdir; tar xf -) -# Insert binary license files. -cp -p $SRC/tools/opensolaris/BINARYLICENSE.txt $stagedir/$subdir || \ - fail "Can't add BINARYLICENSE.txt" mkreadme $stagedir/$subdir cp -p $CODEMGR_WS/THIRDPARTYLICENSE.ON-BUILD-TOOLS $stagedir/$subdir || \ fail "Can't add THIRDPARTYLICENSE.ON-BUILD-TOOLS." |