Ignore:
Timestamp:
12/19/11 20:18:02 (12 years ago)
Author:
obi
Message:

[upk] fix fonts control files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/fonts_ploverbold_1_0/CONTROL/preinst

    r11791 r12422  
    1818fi
    1919
    20 if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
    21         SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
     20if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
     21        SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
    2222        FREE=`expr $SPACE - 100`
    2323        SIZE=38
Note: See TracChangeset for help on using the changeset viewer.