From b934e1f8ced5fc349017924a41e66d5b11b5a4d5 Mon Sep 17 00:00:00 2001 From: michel-schinz Date: Sun, 21 Dec 2003 21:01:26 +0000 Subject: [PATCH] - adapted the description of the scsh layout to the code, - replaced documentation about "--install-prefix" by some documentation about "--dest-dir". --- doc/proposal.txt | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/doc/proposal.txt b/doc/proposal.txt index 4c56134..f7cd64e 100644 --- a/doc/proposal.txt +++ b/doc/proposal.txt @@ -199,7 +199,7 @@ The "scsh" layout maps locations as follows: base -> / active -> scheme -> //scheme - lib -> //lib/ + lib -> //lib doc -> //doc misc-shared -> / @@ -502,15 +502,14 @@ installation script described above to install scsh packages. This script currently provides some support for staged installations, which are required by several packaging systems. -This support is provided through an additional option, ---install-prefix, which specifies the prefix in which the files have -to be copied by the installation script. The files will then have to -be moved from this location to their final prefix directory, i.e. the -one given through the --prefix option, by the system packaging tools. +This support is provided through an additional option, --dest-dir, +which specifies the root directory in which to install files. The +files will then have to be moved from this location to their final +location by the system packaging tools. -(The --install-prefix option plays the same role as the DEST_DIR -variable which is typically given to "make install", for makefiles -which support staging directories). +(The --dest-dir option plays the same role as the DESTDIR variable +which is typically given to "make install", for makefiles which +support staging directories). * Glossary @@ -532,4 +531,4 @@ Package loading script * Version -$Id: proposal.txt,v 1.3 2003/12/21 20:43:39 michel-schinz Exp $ +$Id: proposal.txt,v 1.4 2003/12/21 21:01:26 michel-schinz Exp $