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

fix last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst

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