Ignore:
Timestamp:
2009-03-23T19:28:49+13:00 (15 years ago)
Author:
ak19
Message:

Apache configure prefix has been adjusted in the configure file in the runtime-src/packages folder, so that the apache subfolders are extracted inside the GSDLOS folder. Needed to take this into account in the httpd.conf file that is generated, where GSDLOS placeholders were added. The GSI-Makefile now resolves these.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/GSI-Makefile

    r18756 r18764  
    7373        | sed "s@\*\*PORT\*\*@$$port@g" \
    7474        | sed "s@\*\*GSDLHOME\*\*@${GSDLHOME}@g" \
     75        | sed "s@\*\*GSDLOS\*\*@${GSDLOS}@g" \
    7576        > "${GSDLHOME}/apache-httpd/${GSDLOS}/conf/httpd.conf" ; \
    7677          if test -e Makefile ; then \
Note: See TracChangeset for help on using the changeset viewer.