Changeset 1978


Ignore:
Timestamp:
2001-02-15T13:29:46+13:00 (23 years ago)
Author:
dg5
Message:

Updated $GSDLHOME/packages/configure script for pdftohtml configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/configure

    r1961 r1978  
    3939echo ""
    4040echo "Configuring wvWare"
    41 echo "cache-file = ", $CACHE_FILE
     41echo ""
    4242
    4343cd "$PACKAGES/unix/wv"
    44 tar -xzf wv-0.6.0-gs.tar.gz
    45 cd wv-0.6.0-gs
     44tar -xzf wv-0.6.3-gs.tar.gz
     45cd wv-gs
    4646./configure $CACHE_FILE --prefix=$PACKAGES/unix/wv
    4747
     
    5252
    5353cd "$PACKAGES/unix/pdftohtml"
     54if test ! -d "./bin"; then
     55    mkdir "./bin"
     56fi
    5457tar -xzf pdftohtml_0_22_gs.tar.gz
    5558cd pdftohtml_0_22
Note: See TracChangeset for help on using the changeset viewer.