#! /bin/sh
#
#	@(#)request.sh 3.1 95/9/08
#	(c) Copyright OMRON SOFTWARE Co., Ltd. 1995
#
#=====================================================
# Iutput ... defined pkginfo
#=====================================================
#
#              BASEDIR ... Package base directory
#		$INSPATH should be BASEDIR
#
#=====================================================
# Default variable
#=====================================================

trap 'exit 3' 15

#===============================
# Input install directory
#===============================
#
# 1) Input path name
#
INSPATH=`ckpath -d /opt -ay \
-p "Please input install directory (default : /opt) "` || exit $?
cat >$1 <<!
INSPATH='$INSPATH'
!

exit 0
