Ignore:
Timestamp:
2010-08-24T17:12:19+12:00 (14 years ago)
Author:
mdewsnip
Message:

Fixed mistake in last change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/win32.mak

    r22766 r22767  
    137137    if NOT EXIST "crypt" unzip crypt.zip
    138138    cd "$(COMMONHOME)"
    139     cd packages\expat
    140139    IF NOT EXIST $(EXPAT_DIR) IF EXIST "$(GSDLHOME)\bin\windows\gunzip.exe" IF EXIST "$(GSDLHOME)\bin\windows\tar.exe" "$(GSDLHOME)\bin\windows\gunzip.exe" -cd "$(EXPAT_DIR).tar.gz" | "$(GSDLHOME)\bin\windows\tar.exe" xv --directory=./packages/expat
    141140    @IF NOT EXIST $(EXPAT_DIR) echo ****** Couldn't extract archive $(EXPAT_DIR).tar.gz. Extract it manually, or check that gunzip.exe and tar.exe exist in GSDLHOME\bin\windows. ******
Note: See TracChangeset for help on using the changeset viewer.