Changeset 18486


Ignore:
Timestamp:
2009-02-10T10:29:11+13:00 (15 years ago)
Author:
davidb
Message:

Install architecture specific binaries under GSDLOS name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/packages/configure

    r18485 r18486  
    193193  gzip -dc httpd-2.2.11.tar.gz | tar -xf -
    194194  cd httpd-2.2.11&& \
    195     ./configure $CACHE_FILE --with-layout=Apache --enable-most --prefix="${prefix}/apache-httpd" --exec-prefix="${prefix}/apache-httpd/bin/${GSDLOS}" $HOSTTARGETFLAGS
     195    ./configure $CACHE_FILE --with-layout=Apache --enable-most --prefix="${prefix}/apache-httpd" --exec-prefix="${prefix}/apache-httpd/${GSDLOS}" $HOSTTARGETFLAGS
    196196else
    197197  echo "Apache httpd support disabled"
Note: See TracChangeset for help on using the changeset viewer.