Ignore:
Timestamp:
2018-09-25T19:49:53+12:00 (6 years ago)
Author:
ak19
Message:

Linux release binaries broke. I think this change is a correction that's needed. Not sure if it's enough to will get linux nightlies to compile again until I try it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/packages/Makefile

    r32481 r32492  
    6161          (cd $$odir && $(MAKE) $(MDEFINES) $@) || exit 1; \
    6262        done
    63     if [[ $(GSDLOS) = "darwin" ]]; then \
     63    if [[ "x$(GSDLOS)" = "xdarwin" ]]; then \
    6464      (cd ../../perllib/cpan && ./compile-zerossl.sh || exit 0) ; \
    6565    fi
     
    7676          (cd $$subdir && $(MAKE) clean || exit 0) ; \
    7777        done
    78     if [[ $(GSDLOS) = "darwin" ]]; then \
     78    if [[ "x$(GSDLOS)" = "xdarwin" ]]; then \
    7979      (cd ../../perllib/cpan && ./compile-zerossl.sh --clean || exit 0) ; \
    8080    fi
Note: See TracChangeset for help on using the changeset viewer.