Ignore:
Timestamp:
2013-11-26T13:37:51+13:00 (10 years ago)
Author:
davidb
Message:

Shifted from using _INSTALLED to home folder

File:
1 edited

Legend:

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

    r28463 r28686  
    1010  echo "=="
    1111
    12   triple_store="$GEXT_JENA_INSTALLED/etc/tdb-triple-store"
     12  triple_store="$GEXT_JENA/etc/tdb-triple-store"
    1313  if [ ! -d "$triple_store" ] ; then
    1414    echo "= Creating empty triple-store:"
     
    1616    mkdir "$triple_store"
    1717
    18    /bin/cp tdb.ttl "$GEXT_JENA_INSTALLED/etc/."
     18   /bin/cp tdb.ttl "$GEXT_JENA/etc/."
    1919  fi
    2020
    2121  echo "= Installing server-side scripts"
    22   /bin/cp gs-triplestore-* $GEXT_JENA_INSTALLED/bin/script/.
    23   chmod a+rx $GEXT_JENA_INSTALLED/bin/script/gs-triplestore-*
     22  /bin/cp gs-triplestore-* $GEXT_JENA/bin/script/.
     23  chmod a+rx $GEXT_JENA/bin/script/gs-triplestore-*
    2424
    2525
    2626  echo "= Installing Greenstone-style CSS"
    27   /bin/cp fuseki.css $GEXT_JENA_INSTALLED/etc/pages/.
    28   chmod a+r $GEXT_JENA_INSTALLED/etc/pages/fuseki.css
     27  /bin/cp fuseki.css $GEXT_JENA/etc/pages/.
     28  chmod a+r $GEXT_JENA/etc/pages/fuseki.css
    2929
    3030
Note: See TracChangeset for help on using the changeset viewer.