- 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>
|
base -> <prefix>/<package_full_name>
|
||||||
active -> <prefix>
|
active -> <prefix>
|
||||||
scheme -> <prefix>/<package_full_name>/scheme
|
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
|
doc -> <prefix>/<package_full_name>/doc
|
||||||
misc-shared -> <prefix>/<package_full_name>
|
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,
|
script currently provides some support for staged installations,
|
||||||
which are required by several packaging systems.
|
which are required by several packaging systems.
|
||||||
|
|
||||||
This support is provided through an additional option,
|
This support is provided through an additional option, --dest-dir,
|
||||||
--install-prefix, which specifies the prefix in which the files have
|
which specifies the root directory in which to install files. The
|
||||||
to be copied by the installation script. The files will then have to
|
files will then have to be moved from this location to their final
|
||||||
be moved from this location to their final prefix directory, i.e. the
|
location by the system packaging tools.
|
||||||
one given through the --prefix option, by the system packaging tools.
|
|
||||||
|
|
||||||
(The --install-prefix option plays the same role as the DEST_DIR
|
(The --dest-dir option plays the same role as the DESTDIR variable
|
||||||
variable which is typically given to "make install", for makefiles
|
which is typically given to "make install", for makefiles which
|
||||||
which support staging directories).
|
support staging directories).
|
||||||
|
|
||||||
* Glossary
|
* Glossary
|
||||||
|
|
||||||
|
@ -532,4 +531,4 @@ Package loading script
|
||||||
|
|
||||||
* Version
|
* 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