View | Details | Raw Unified | Return to bug 125193
Collapse All | Expand All

(-)/usr/local/bin/linux-opera (-1 / +1 lines)
Lines 168-174 Link Here
168
168
169
# Spellchecker needs to find libaspell.so.15
169
# Spellchecker needs to find libaspell.so.15
170
for LIBASPELL_DIR in \
170
for LIBASPELL_DIR in \
171
    /usr/local/lib \
171
    /usr/compat/linux/usr/lib \
172
    /opkg/lib \
172
    /opkg/lib \
173
; do
173
; do
174
    if ls $LIBASPELL_DIR/libaspell.so.1[5-9] >/dev/null 2>&1
174
    if ls $LIBASPELL_DIR/libaspell.so.1[5-9] >/dev/null 2>&1

Return to bug 125193