Ticket #13 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

Allow setting of installation directories.

Reported by: FunkyM Assigned to: Gregor
Priority: minor Milestone:
Component: DSSS Version: 1.0
Keywords: install Cc:

Description

Currently dsss allows to only specify --prefix=<destination> for the "install" command.

However, it should be possible to define the following:

 --bindir=DIR           user executables [PREFIX/bin]
 --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
 --libdir=DIR           object code libraries [PREFIX/lib]
 --includedir=DIR       C header files [PREFIX/include]
 --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
 --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
 --...                  any others?

As the dsss.conf files already allow specification/use of these destinations, it should be logical to add them to the install command.

Most distributions for instance install configuration to "/etc" not to "$PREFIX/etc".

This is especially a useful feature for packaging D software using dsss.

Change History

03/13/07 13:42:33 changed by Gregor

  • owner changed from somebody to Gregor.
  • status changed from new to assigned.

Agreed. But not in the next release :)

Soon.

03/18/07 17:53:58 changed by Gregor

  • status changed from assigned to closed.
  • resolution set to fixed.

Added in revision 424, which will be release 0.56.

04/13/07 00:19:10 changed by

  • milestone deleted.

Milestone milestone1 deleted