Ignore:
Timestamp:
2016-10-18T16:52:53+13:00 (8 years ago)
Author:
ak19
Message:

Modifications to get GS2 compiling to work again on Macs after the recent ElCapitan changes around libiconv for a GS3 release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/Makefile.in

    r21891 r30879  
    7676install: install-$(COMPILE_TARGET)
    7777    if test -d apache-httpd; then \
    78       cp -r common-src/packages/iconv/lib/lib* apache-httpd/$(GSDLOS)/lib/.; \
     78      if test -d common-src/packages/iconv/lib; then \
     79        cp -r common-src/packages/iconv/lib/lib* apache-httpd/$(GSDLOS)/lib/.; \
     80      fi; \
    7981    fi;
    8082    @echo "Install done"
Note: See TracChangeset for help on using the changeset viewer.