Changeset 19394


Ignore:
Timestamp:
Jan 1, 2013, 6:46:30 PM (13 years ago)
Author:
andy-1
Message:

fix

Location:
ipk/source.sh4
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/swapemus_oscam_5168/CONTROL/preinst

    r19208 r19394  
    2929        SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
    3030        FREE=`expr $SPACE - 100`
    31         SIZE=728
     31        SIZE=765
    3232        echo "checking freespace"
    3333        echo packege size $SIZE kb
  • ipk/source.sh4/swapemus_oscam_7209/CONTROL/preinst

    r17370 r19394  
    2929        SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
    3030        FREE=`expr $SPACE - 100`
    31         SIZE=798
     31        SIZE=936
    3232        echo "checking freespace"
    3333        echo packege size $SIZE kb
  • ipk/source.sh4/swapemus_oscam_7937/CONTROL/preinst

    r19094 r19394  
    2929        SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
    3030        FREE=`expr $SPACE - 100`
    31         SIZE=728
     31        SIZE=881
    3232        echo "checking freespace"
    3333        echo packege size $SIZE kb
  • ipk/source.sh4/swapemus_oscam_7965/CONTROL/preinst

    r19093 r19394  
    2929        SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
    3030        FREE=`expr $SPACE - 100`
    31         SIZE=728
     31        SIZE=811
    3232        echo "checking freespace"
    3333        echo packege size $SIZE kb
  • ipk/source.sh4/swapemus_oscam_mod/CONTROL/preinst

    r15073 r19394  
    2828        SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
    2929        FREE=`expr $SPACE - 100`
    30         SIZE=880
     30        SIZE=887
    3131        echo "checking freespace"
    3232        echo packege size $SIZE kb
Note: See TracChangeset for help on using the changeset viewer.