Changeset 5181eb3


Ignore:
Timestamp:
04/10/2006 07:07:33 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
7fa1d20
Parents:
13f1145
Message:

Fixed build system copy.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • common/func_ICA.sh

    r13f1145 r5181eb3  
    5555  local ITERATION=$1
    5656  local      PREV=$2
     57  local PRUNEPATH="/jhalfs /sources /var/log/paco /opt /dev /home /mnt /proc \
     58/root /sys /tmp /usr/src /lost+found /tools"
    5759
    5860  if [[ "$PROGNAME" = "clfs" ]] && [[ "$METHOD" = "boot" ]] ; then
    59     local PRUNEPATH="/jhalfs /sources /var/log/paco /opt /dev /home /mnt /proc \
    60 /root /sys /tmp /usr/src /lost+found /tools"
    6161    local    ROOT_DIR=/
    6262    local DEST_TOPDIR=/jhalfs
     
    6464    local FARCELOGDIR=/jhalfs/logs/farce
    6565  else
    66     local PRUNEPATH="$BUILDDIR/jhalfs $BUILDDIR/sources $BUILDDIR/var/log/paco \
    67 $BUILDDIR/opt $BUILDDIR/dev $BUILDDIR/home $BUILDDIR/mnt \
    68 $BUILDDIR/proc $BUILDDIR/root $BUILDDIR/sys $BUILDDIR/tmp \
    69 $BUILDDIR/usr/src $BUILDDIR/lost+found $BUILDDIR/tools"
    7066    local    ROOT_DIR=$BUILDDIR
    7167    local DEST_TOPDIR=$BUILDDIR/jhalfs
  • extras/do_copy_files

    r13f1145 r5181eb3  
    2222# the leading /.
    2323for F in $1 ; do
    24   echo ${F#*/} >> $TMP_FILE
     24  echo .${F} >> $TMP_FILE
    2525done
    2626
Note: See TracChangeset for help on using the changeset viewer.