use sysinst for installation.

This commit is contained in:
matthias 1997-12-26 09:15:56 +00:00
parent 7237662c4e
commit 339ac3a9c1

View File

@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# $Id: dot.profile,v 1.2 1995/09/26 21:24:57 phil Exp $
# $Id: dot.profile,v 1.3 1997/12/26 09:15:56 matthias Exp $
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/usr/games:/
export PATH
@ -51,6 +51,6 @@ if [ "X${DONEPROFILE}" = "X" ]; then
. /.commonutils
. /.instutils
# run the installation script.
install
# run the installation program.
sysinst
fi