Udiff install-sfw
--- /export/home/steve/work/usr/webrev/src/cmd/slrn/install-sfw-        Tue Jan 13 05:44:01 2009
+++ install-sfw Mon Jan 12 05:57:32 2009
@@ -1,5 +1,6 @@
+#!/bin/sh
 # 
 #  CDDL HEADER START
 #
 #  The contents of this file are subject to the terms of the
 #  Common Development and Distribution License (the "License").
@@ -19,20 +20,19 @@
 #  CDDL HEADER END
 #
 #
 
 
-#!/bin/sh
 #
-# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 # install slrn's objects in the proto area, since it would really
 # like to install locally, but that doesn't scale.
 #
 
-VERS=0.9.8.1pl1
+VERS=0.9.9p1
 SLRNVERS=slrn-${VERS}
 PREFIX=${ROOT}/opt/sfw
 BINDIR=${PREFIX}/bin
 MAN1DIR=${PREFIX}/man/man1
 SHAREDIR=${PREFIX}/share/slrn
@@ -104,11 +104,11 @@
         chmod 644 ${SHAREDIR}/$i
 done
 cd ..
 
 
-cd src
+cd src/objs
 for i in slrn slrnpull
 do
         rm -f ${BINDIR}/$i
         cp $i ${BINDIR}/$i
        strip ${BINDIR}/$i