Ignore:
Timestamp:
May 19, 2012, 7:45:54 PM (14 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

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

    r15793 r15804  
    11#!/bin/sh
    22#
    3 TMP=/tmp/.TOOLS
     3TMP=/tmp/.tmp
    44
    55model=`cat /etc/model`
     
    2828        SPACE=`df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
    2929        FREE=`expr $SPACE - 100`
    30         SIZE=4100
     30        SIZE=800
    3131        echo "checking freespace"
    3232        echo packege size $SIZE kb
     
    5353fi
    5454
    55 ln -s /var/swap/titanplugins/lcdpearl1 /var/usr/local/share/titan/plugins/lcdpearl1
     55ln -s /var/swap/titanplugins/dlna /var/usr/local/share/titan/plugins/dlna
    5656
    5757echo "installing Pearl LCD to swapstick..."
Note: See TracChangeset for help on using the changeset viewer.