Changeset 27340


Ignore:
Timestamp:
2013-05-14T23:00:00+12:00 (11 years ago)
Author:
davidb
Message:

Changes to compile/install scripts that reflect the change in having a bin/script folder for the extension

Location:
gs2-extensions/afrepo/trunk/src/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/afrepo/trunk/src/src/CASCADE-MAKE.sh

    r27317 r27340  
    4040./INSTALL-PHP.sh
    4141
     42
     43$GEXT_AFREPO/AFR-README.sh
     44
  • gs2-extensions/afrepo/trunk/src/src/INSTALL-PHP.sh

    r27317 r27340  
    22
    33
    4 # Edit the following two lines as appropriate
    5 protocol=http
    6 hostname=`hostname`
     4source $GEXT_AFREPO/AFR-SETUP.sh
    75
    8 port=`egrep "^Listen" $GEXTAMP_INSTALLED/conf/httpd.conf | awk '{print $2}'`
    9 
    10 f4store_port=`echo $port+1 | bc`
    116
    127has_afrepo_conf=`egrep "^Include conf/httpd-afrepo.conf" "$GEXTAMP_INSTALLED/conf/httpd.conf"`
     
    3126
    3227
    33 cat DONE.txt \
    34   | sed "s%@GEXTAMP_INSTALLED@%$GEXTAMP_INSTALLED%g" \
    35   | sed "s%@4store-port@%$f4store_port%g" \
    36   | sed "s%@afrepo-http-prefix@%$protocol://$hostname:$port%g"
    37 
Note: See TracChangeset for help on using the changeset viewer.