Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 659772
Collapse All | Expand All

(-)a/usr/share/eselect/modules/infinality.eselect (-1 / +1 lines)
Lines 34-40 Link Here
34
    [[ -z ${target} || ! -d ${EROOT}/etc/fonts/infinality/styles.conf.avail/${target} ]] \
34
    [[ -z ${target} || ! -d ${EROOT}/etc/fonts/infinality/styles.conf.avail/${target} ]] \
35
        && die -q "Target \"$1\" doesn't appear to be valid!"
35
        && die -q "Target \"$1\" doesn't appear to be valid!"
36
36
37
    ln -s "styles.conf.avail/${target}" "${EROOT}/etc/fonts/infinality/conf.d"
37
    ln -s "${EROOT}/etc/fonts/infinality/styles.conf.avail/${target}" "${EROOT}/etc/fonts/infinality/conf.d"
38
    echo "Selected style: ${target}"
38
    echo "Selected style: ${target}"
39
    echo "You should set eselect lcdfilter to match your current style"
39
    echo "You should set eselect lcdfilter to match your current style"
40
}
40
}

Return to bug 659772