Cdiff install-sfw
*** /export/home/steve/work.slrnslang/usr/webrev/src/cmd/slrn/install-sfw- Mon Sep 15 03:43:57 2008
--- install-sfw Sun Sep 14 04:05:56 2008
*** 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,38 ****
# CDDL HEADER END
#
#
- #!/bin/sh
#
! # Copyright 2007 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
SLRNVERS=slrn-${VERS}
PREFIX=${ROOT}/opt/sfw
BINDIR=${PREFIX}/bin
MAN1DIR=${PREFIX}/man/man1
SHAREDIR=${PREFIX}/share/slrn
--- 20,38 ----
# CDDL HEADER END
#
#
#
! # Copyright 2008 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.9
SLRNVERS=slrn-${VERS}
PREFIX=${ROOT}/opt/sfw
BINDIR=${PREFIX}/bin
MAN1DIR=${PREFIX}/man/man1
SHAREDIR=${PREFIX}/share/slrn
*** 104,114 ****
chmod 644 ${SHAREDIR}/$i
done
cd ..
! cd src
for i in slrn slrnpull
do
rm -f ${BINDIR}/$i
cp $i ${BINDIR}/$i
strip ${BINDIR}/$i
--- 104,114 ----
chmod 644 ${SHAREDIR}/$i
done
cd ..
! cd src/objs
for i in slrn slrnpull
do
rm -f ${BINDIR}/$i
cp $i ${BINDIR}/$i
strip ${BINDIR}/$i