Ignore:
Timestamp:
Feb 14, 2022, 12:29:43 PM (4 years ago)
Author:
obi
Message:

fix plugin permtime

File:
1 edited

Legend:

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

    r24607 r45683  
    77#model=`cat /etc/model`
    88
    9 #if [ "$model" = "ufs910" ];then
    10 #       if [ -e /var/swapdir/swapfile ];then
     9#if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
     10#       if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    1111#               echo "mount /tmp (60mb)"
    1212#               mount -t tmpfs -o remount,size=60m,mode=1777 tmp /tmp
Note: See TracChangeset for help on using the changeset viewer.