Ignore:
Timestamp:
2011-12-14T19:20:29+13:00 (12 years ago)
Author:
ak19
Message:

GSDLARCH used in Linux makefiles when working out the cgi-bin path (now cgi-bin\GSDL_OS_ARCH) to install the binaries into.

Location:
main/trunk/greenstone2/runtime-src/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/oaiservr/Makefile.in

    r24874 r24901  
    3030
    3131GSDLOS = @gsdlos@
     32GSDLARCH = @gsdlarch@
    3233
    3334INDEXERS_DIR = $(COMMON_DIR)/indexers
     
    183184
    184185install: $(EXECUTABLE)
    185     $(INSTALL) -m 755 -s $(EXECUTABLE) $(GSDL_DIR)/cgi-bin/$(GSDLOS)
     186    $(INSTALL) -m 755 -s $(EXECUTABLE) $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH)
    186187
    187188clean:
  • main/trunk/greenstone2/runtime-src/src/recpt/Makefile.in

    r24874 r24901  
    3030
    3131GSDLOS = @gsdlos@
     32GSDLARCH = @gsdlarch@
    3233
    3334INDEXERS_DIR = $(COMMON_DIR)/indexers
     
    306307
    307308install: $(EXECUTABLE)
    308     $(INSTALL) -m 755 -s $(EXECUTABLE) $(GSDL_DIR)/cgi-bin/$(GSDLOS)
     309    $(INSTALL) -m 755 -s $(EXECUTABLE) $(GSDL_DIR)/cgi-bin/$(GSDLOS)$(GSDLARCH)
    309310#ifeq ($(USE_APACHE_HTTPD), 1)
    310311ifeq ($(USE_APACHE_HTTPD), "IGNORE_FOR_NOW")
Note: See TracChangeset for help on using the changeset viewer.