From owner-cvs-all Tue Sep 22 01:43:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA18935 for cvs-all-outgoing; Tue, 22 Sep 1998 01:43:48 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA18913; Tue, 22 Sep 1998 01:43:41 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA12919; Tue, 22 Sep 1998 01:43:11 -0700 (PDT) Date: Tue, 22 Sep 1998 01:43:11 -0700 (PDT) Message-Id: <199809220843.BAA12919@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/scripts bin-install.sh catpages-install.sh commerce-install.sh compat1x-install.sh compat20-install.sh compat21-install.sh des-install.sh dict-install.sh doc-install.sh games-install.sh info-install.sh manpages-install.sh ... Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/22 01:43:10 PDT Modified files: release/scripts bin-install.sh catpages-install.sh commerce-install.sh compat1x-install.sh compat20-install.sh compat21-install.sh des-install.sh dict-install.sh doc-install.sh games-install.sh info-install.sh manpages-install.sh ports-install.sh proflibs-install.sh src-install.sh xperimnt-install.sh Log: Allow the use of ${DESTDIR} in the enviroment to optionally get these various collections to install someplace else. Revision Changes Path 1.3 +3 -2 src/release/scripts/bin-install.sh 1.2 +1 -1 src/release/scripts/catpages-install.sh 1.2 +2 -1 src/release/scripts/commerce-install.sh 1.3 +1 -1 src/release/scripts/compat1x-install.sh 1.3 +1 -1 src/release/scripts/compat20-install.sh 1.3 +1 -1 src/release/scripts/compat21-install.sh 1.3 +9 -7 src/release/scripts/des-install.sh 1.2 +1 -1 src/release/scripts/dict-install.sh 1.2 +2 -2 src/release/scripts/doc-install.sh 1.2 +1 -1 src/release/scripts/games-install.sh 1.2 +1 -1 src/release/scripts/info-install.sh 1.2 +1 -1 src/release/scripts/manpages-install.sh 1.2 +2 -1 src/release/scripts/ports-install.sh 1.2 +1 -1 src/release/scripts/proflibs-install.sh 1.4 +4 -2 src/release/scripts/src-install.sh 1.2 +2 -1 src/release/scripts/xperimnt-install.sh