Ignore:
Timestamp:
Dec 19, 2011, 8:18:02 PM (14 years ago)
Author:
obi
Message:

[upk] fix fonts control files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source/fonts_mightyzeocaps_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=29
Note: See TracChangeset for help on using the changeset viewer.