Changes from Greg King

git-svn-id: svn://svn.cc65.org/cc65/trunk@3782 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2007-06-21 20:42:16 +00:00
parent d1e184f93b
commit 5683177b81
3 changed files with 50 additions and 25 deletions

View File

@@ -5,6 +5,11 @@
# This isn't a full install-script; it does only what is needed by the cc65
# package. It can install only one file at a time.
# If the system has an "install" command, then use it; otherwise, emulate it.
if type install >/dev/null 2>&1
then exec install "$@"
fi
# Don't use ":-" because 4.3BSD and earlier shells don't like it.
# Put in absolute paths if you don't have these commands in your PATH;
# or, set these upper-case variables in your environment.