Changeset f1f871c for jhalfs


Ignore:
Timestamp:
09/29/2007 08:03:34 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
1f10495
Parents:
41d8577
Message:

Don't copy XSL files to $JHALFSDIR.
Removed the now unneeded packages.xsl code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jhalfs

    r41d8577 rf1f871c  
    250250
    251251# Set true internal variables
     252CODE_DIR=`pwd`
    252253COMMON_DIR="common"
    253254PACKAGE_DIR=$(echo $PROGNAME | tr '[a-z]' '[A-Z]')
    254255MODULE=$PACKAGE_DIR/master.sh
     256
     257# Qick fix until have the new code ready
     258XSL=$CODE_DIR/$PACKAGE_DIR/$XSL
    255259
    256260[[ $VERBOSITY > 0 ]] && echo -n "Loading common-functions module..."
     
    358362  #
    359363  # Copy common helper files
    360   cp $COMMON_DIR/{makefile-functions,progress_bar.sh,packages.xsl} $JHALFSDIR/
    361   #
    362   # Fix the XSL book parser
    363   sed 's,FAKEDIR,'$BOOK',' $PACKAGE_DIR/$XSL > $JHALFSDIR/${XSL}
    364   export XSL=$JHALFSDIR/${XSL}
    365   #
    366 
    367   # Copy urls.xsl, if needed
    368   [[ "$GETPKG" = "y" ]] && cp $COMMON_DIR/urls.xsl  $JHALFSDIR/
    369   #
     364  cp $COMMON_DIR/{makefile-functions,progress_bar.sh} $JHALFSDIR/
     365  #
     366
    370367  # Create the test-log directory, if needed
    371368  [[ "$TEST" != "0" ]] && [[ ! -d $TESTLOGDIR ]] && install -d -m 1777 $TESTLOGDIR
Note: See TracChangeset for help on using the changeset viewer.