Changeset 13018


Ignore:
Timestamp:
2006-10-05T17:21:49+13:00 (18 years ago)
Author:
mdewsnip
Message:

Now specifies --bindir to Yaz's configure, so the yaz-client ends up in GSDLHOME/bin/GSDLOS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/configure

    r12922 r13018  
    197197  gzip -dc yaz-2.1.4.tar.gz | tar -xf -
    198198  cd yaz-2.1.4 && \
    199     ./configure $CACHE_FILE --prefix="$PACKAGES/yaz" $HOSTTARGETFLAGS
     199    ./configure $CACHE_FILE --prefix="$PACKAGES/yaz" --bindir="$bindir" $HOSTTARGETFLAGS
    200200else
    201201  echo "YAZ support disabled"
Note: See TracChangeset for help on using the changeset viewer.