# HG changeset patch
# User Vladimir Marek <Vladimir.Marek at Sun.COM>
# Date 1221994157 -7200
# Node ID d3890432621ed2623753d876272c8a6a132eadcb
# Parent  450cb602a7e1466beadc385fde9f812c9e3ab1a1
unpack-archive -> unpack-archive.sh
This does generally have nothing to do with the change, but it was neccessary
in order to make unpacking work.

diff --git a/usr/src/Makefile.master b/usr/src/Makefile.master
--- a/usr/src/Makefile.master
+++ b/usr/src/Makefile.master
@@ -22,7 +22,7 @@
 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-#ident "@(#)Makefile.master    1.33    08/08/17 SMI"
+#ident "@(#)Makefile.master    1.34    08/09/19 SMI"
 #
 # Makefile.master, global definitions for system source
 #
@@ -83,7 +83,7 @@
 COMPONENT_PACKAGES=    $(METAINFO) -key PACKAGE
 INSTALL_PROTO= $(SRC)/tools/install-proto -c
 STRIPBINS=     $(SRC)/tools/stripbins
-UNPACKARCHIVE= $(SRC)/tools/unpack-archive
+UNPACKARCHIVE= $(SRC)/tools/unpack-archive.sh
 SFW_CHECK_DEPS=        $(PERL) $(SRC)/tools/check-deps.pl \
        -e $(SRC)/tools/exception_list.check-deps \
        -d $(PKGARCHIVE) -p $(SFW_PKGDB)

Reply via email to