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

(-)neubot-0.4.4.orig/bin/start-neubot-daemon (-1 / +1 lines)
Lines 26-32 if [ "`echo $PREFIX|cut -b 1`" = "@" ]; Link Here
26
fi
26
fi
27
27
28
for BASEDIR in /usr/local/bin /usr/bin; do
28
for BASEDIR in /usr/local/bin /usr/bin; do
29
    for VERSION in "" 2.7 2.6 2.5; do
29
    for VERSION in 2.7 2.6 2.5 ""; do
30
        PYTHON=$BASEDIR/python$VERSION
30
        PYTHON=$BASEDIR/python$VERSION
31
        if [ -x $PYTHON ]; then
31
        if [ -x $PYTHON ]; then
32
            $PYTHON $PREFIX/bin/neubot start
32
            $PYTHON $PREFIX/bin/neubot start

Return to bug 391057