Changeset 23733


Ignore:
Timestamp:
Sep 14, 2013, 9:07:03 AM (13 years ago)
Author:
nit
Message:

fix

Location:
ipk/source.sh4
Files:
3 edited

Legend:

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

    r23732 r23733  
    33PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/gmediarender"
    44
    5 sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/usr/local/share/titan/plugins/gmediarender/run"
     5sed s#_path_#"$INSTDIR"#g -i "$PLUGINDIR/run"
    66
    77if [ "/var" != "$INSTDIR" ]; then
  • ipk/source.sh4/players_hbbtv/CONTROL/postinst

    r23668 r23733  
    22INSTDIR="$1"
    33PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/hbbtv"
     4
     5sed s#_path_#"$INSTDIR"#g -i "$PLUGINDIR/opera/run"
    46
    57if [ "/var" != "$INSTDIR" ]; then
  • ipk/source.sh4/players_hbbtv/_path_/usr/local/share/titan/plugins/hbbtv/opera/run

    r15824 r23733  
    99export OPERA_ESC_EXIT=YES
    1010export FREETYPE_FONT_SET=YES
    11 export OPERA_ROOT=/var/swap/titanplugins/hbbtv/opera
     11export OPERA_ROOT=_path_/titanplugins/hbbtv/opera
    1212export OPERA_FB_SIZE=1280x720
    1313export OPERA_DIR="${OPERA_ROOT}/opera_dir"
     
    1515export OPERA_FONTS="${OPERA_ROOT}"/fonts
    1616export OPERA_WIDGETS="${OPERA_ROOT}"/widgets
    17 export LD_LIBRARY_PATH=/var/swap/titanplugins/hbbtv/opera:${LD_LIBRARY_PATH}
     17export LD_LIBRARY_PATH=_path_/titanplugins/hbbtv/opera:${LD_LIBRARY_PATH}
    1818
    1919STARTPAGE="${OPERA_ROOT}"/directfb-ui/startpage.html
Note: See TracChangeset for help on using the changeset viewer.