Ticket #1 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Fix PREFIX support

Reported by: ccowart Owned by: ccowart
Priority: major Milestone: confman-1.9b
Component: FreeBSD Support Version: 1.7.2
Keywords: Cc:

Description (last modified by ccowart) (diff)

Instead of hardcoding /usr/local/rescomp as the installation prefix, confman should use the variable ${PREFIX}. For development, this can be exported into the environment. For releases, the Makefile can sed it to respect the target environment.

Change History

comment:1 Changed 3 years ago by ccowart

  • Description modified (diff)

comment:2 Changed 3 years ago by ccowart

(In [262]) Changing hard-coded /usr/local/rescomp prefix to ${PREFIX}.

see ticket:1

comment:3 Changed 3 years ago by ccowart

  • Status changed from new to closed
  • Resolution set to fixed

(In [265]) Fixing up the Makefiles to perform seds on the ${PREFIX} variable in
the source files.

closes ticket:1

Note: See TracTickets for help on using tickets.