Ignore:
Timestamp:
2010-09-29T09:54:50+13:00 (14 years ago)
Author:
sjm84
Message:

Fixed up the gsdl-amp extension

Location:
gs2-extensions/gsdl-amp/trunk
Files:
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/gsdl-amp/trunk/packages/CASCADE-MAKE/APACHE.sh

    r22242 r22985  
    1010prefix=$GEXTAMP_INSTALLED
    1111
    12 if [ $COMPILE_UP_APACHE_HTTPD = "1" ] ; then
     12if [ "$COMPILE_UP_APACHE_HTTPD" = "1" ] ; then
    1313  opt_run_untar $force_untar $auto_untar $package $version
    1414  opt_run_configure $force_config $auto_config $package $version $prefix --with-layout=Apache --enable-so
  • gs2-extensions/gsdl-amp/trunk/packages/CASCADE-MAKE/MYSQL.sh

    r22242 r22985  
    1111
    1212opt_run_untar $force_untar $auto_untar $package $version
    13 opt_run_configure $force_config $auto_config $package $version $prefix
     13opt_run_configure $force_config $auto_config $package $version $prefix --exec-prefix=$GEXTAMP_INSTALLED
    1414
    1515opt_run_make $compile   $package $version
  • gs2-extensions/gsdl-amp/trunk/setup.bash

    r22237 r22985  
    66if [ "x$GEXTAMP" = "x" ] ; then
    77  export GEXTAMP=`pwd`
    8   export GEXTAMP_INSTALLED=$GEXTAMP/installed/linux
     8  export GEXTAMP_INSTALLED=$GEXTAMP/$GSDLOS
    99
    1010  export PATH=$GEXTAMP_INSTALLED/bin:$PATH
Note: See TracChangeset for help on using the changeset viewer.