install-sh revision a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver# install - install a program, script, or datafile
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver# This comes from X11R5 (mit/util/scripts/install.sh).
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver# Copyright 1991 by the Massachusetts Institute of Technology
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver# Permission to use, copy, modify, distribute, and sell this software and its
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver# documentation for any purpose is hereby granted without fee, provided that
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver# the above copyright notice appear in all copies and that both that
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver# copyright notice and this permission notice appear in supporting
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver# documentation, and that the name of M.I.T. not be used in advertising or
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver# publicity pertaining to distribution of the software without specific,
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver# written prior permission. M.I.T. makes no representations about the
afaa290bb6acc504e93a0adbf20b6dd6c64e6d63Vernon Schryver# suitability of this software for any purpose. It is provided "as is"
94315060c2b0d9deafabe72d6a0482405fd9d377Evan Hunt# without express or implied warranty.
# Calling this script install-sh is preferred over install.sh, to prevent
-d) dir_arg=true
*) if [ x"$src" = x ]
if [ x"$src" = x ]
if [ x"$dir_arg" != x ]; then
if [ -d $dst ]; then
instcmd=:
echo "install: $src does not exist"
if [ x"$dst" = x ]
if [ -d $dst ]
if [ ! -d "$dstdir" ]; then
if [ x"$dir_arg" != x ]
if [ x"$transformarg" = x ]
if [ x"$dstfile" = x ]