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/tools_lcdpearl1/CONTROL/postinst

    r43293 r45683  
    33PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdpearl1"
    44
    5 if [ `cat /proc/version | grep stm24 | wc -l` -eq 1 ]; then
     5if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    66        cd /tmp/stm24
    77else
     
    1414rm -rf stm23
    1515
    16 if [ -e /etc/.oebuild ];then
     16if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
    1717        opkg update
    1818        opkg install titan-plugin-lcdpearl1 --dest $1
Note: See TracChangeset for help on using the changeset viewer.