Changeset 18676 for gsdl


Ignore:
Timestamp:
2009-03-13T14:47:38+13:00 (15 years ago)
Author:
ak19
Message:

Makefile.in for runtime-src's packages directory now copies the custom GS2 template apache httpd.conf.in file over to the generated apache folder after make install.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/packages/Makefile.in

    r18483 r18676  
    100100          (cd $$idir && $(MAKE) install) || exit 1; \
    101101        done
     102ifeq ($(USE_APACHE_HTTPD), 1)
     103    cp -f $(PACKAGEDIRS)/apache-httpd/httpd.conf.in ../../apache-httpd/conf/.
     104endif
    102105
    103106clean:
Note: See TracChangeset for help on using the changeset viewer.