More py24 oi_151a
authorJon Tibble <meths@btinternet.com>
Thu, 11 Jul 2013 19:58:07 +0100
branchoi_151a
changeset 231 64b14ad80c09
parent 230 bae902ae0338
child 232 264fa5bd3db2
More py24
usr/src/tools/install-proto.pl
--- a/usr/src/tools/install-proto.pl	Sat Jun 29 14:27:18 2013 +0100
+++ b/usr/src/tools/install-proto.pl	Thu Jul 11 19:58:07 2013 +0100
@@ -19,10 +19,9 @@
 #
 # CDDL HEADER END
 #
-# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
 #
-#ident	"@(#)install-proto.pl	1.5	10/01/08 SMI"
+#ident	"@(#)install-proto.pl	1.7	11/03/22 SMI"
 #
 # BSD compatible install(1b) that honors DESTDIR and performs SFW post
 # processing on various file types
@@ -41,7 +40,7 @@
 my $progname = basename($0);
 
 defined($PERL) || ($PERL = $);	# fallback to this version of perl
-defined($PYTHON) || ($PYTHON = '/usr/bin/python2.4');	# fallback to this version of perl
+defined($PYTHON) || ($PYTHON = '/usr/bin/python2.6');	# fallback to this version of python
 
 (defined($DESTDIR)) || ($DESTDIR = $ENV{'ROOT'});
 
@@ -62,7 +61,7 @@
 	# if the path matches the pattern, it's a man page.
 	($path =~ /.*\/man\/man.+\/.*\.[1-9].*/) && ($line = 'roff');
 	($line =~ /usr\/bin\/env script/) && ($line = 'perl script');
-	
+
 	return($line);
 }