Changeset 39124 for titan/mediathek/localhoster/hoster.sh
- Timestamp:
- 10/01/16 15:58:38 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r39075 r39124 24 24 25 25 if [ "$ARCH" == "sh4" ] && [ "$BOX" != "ufs912" ]; then 26 if [ -e "$CMD/lib/python2.7/lib-dynload.mipsel" ]; then rm - f $CMD/lib/python2.7/lib-dynload.mipsel; fi27 if [ -e "$CMD/lib/libpython2.7.so.1.0.mipsel" ]; then rm - f $CMD/lib/libpython2.7.so.1.0.mipsel; fi26 if [ -e "$CMD/lib/python2.7/lib-dynload.mipsel" ]; then rm -rf $CMD/lib/python2.7/lib-dynload.mipsel; fi 27 if [ -e "$CMD/lib/libpython2.7.so.1.0.mipsel" ]; then rm -rf $CMD/lib/libpython2.7.so.1.0.mipsel; fi 28 28 fi 29 29
Note: See TracChangeset
for help on using the changeset viewer.