Changeset 40124


Ignore:
Timestamp:
02/26/17 06:41:52 (7 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localhoster/hoster.sh

    r40122 r40124  
    2525BIN="$CMD"/bin/python."$ARCH"
    2626
    27 if [ ! -e "/tmp/localhoster/lib/python2.7/lib-dynload" ];then
     27if [ ! -e "/tmp/localhoster/lib/python2.7/lib-dynload" ] && [ -e /tmp/localhoster/lib/python2.7/lib-dynload."$ARCH" ];then
    2828        ln -fs /tmp/localhoster/lib/python2.7/lib-dynload."$ARCH" /tmp/localhoster/lib/python2.7/lib-dynload
    2929fi
    30 if [ ! -e "/tmp/localhoster/lib/libpython2.7.so.1.0" ];then
     30if [ ! -e "/tmp/localhoster/lib/libpython2.7.so.1.0" ] && [ -e /tmp/localhoster/lib/libpython2.7.so.1.0."$ARCH" ];then
    3131        ln -fs /tmp/localhoster/lib/libpython2.7.so.1.0."$ARCH" /tmp/localhoster/lib/libpython2.7.so.1.0
    3232fi
Note: See TracChangeset for help on using the changeset viewer.