- adapted the description of the scsh layout to the code,
- replaced documentation about "--install-prefix" by some documentation about "--dest-dir".
This commit is contained in:
parent
02993a2bfe
commit
b934e1f8ce
|
@ -199,7 +199,7 @@ The "scsh" layout maps locations as follows:
|
|||
base -> <prefix>/<package_full_name>
|
||||
active -> <prefix>
|
||||
scheme -> <prefix>/<package_full_name>/scheme
|
||||
lib -> <prefix>/<package_full_name>/lib/<platform>
|
||||
lib -> <prefix>/<package_full_name>/lib
|
||||
doc -> <prefix>/<package_full_name>/doc
|
||||
misc-shared -> <prefix>/<package_full_name>
|
||||
|
||||
|
@ -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 $
|
||||
|
|
Loading…
Reference in New Issue