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

(-)festival.orig/config/system.sh (-1 / +4 lines)
Lines 70-81 Link Here
70
        then
70
        then
71
        OSTYPE=DebianGNULinux
71
        OSTYPE=DebianGNULinux
72
        OSREV=`cat /etc/debian_version`
72
        OSREV=`cat /etc/debian_version`
73
    elif [ -f "/etc/gentoo-release" ]
74
        then
75
        OSTYPE=GentooGNULinux
76
        OSREV=''
73
    else
77
    else
74
        # Generic unknown GNU/Linux system.
78
        # Generic unknown GNU/Linux system.
75
        OSTYPE=Linux
79
        OSTYPE=Linux
76
    fi
80
    fi
77
fi
81
fi
78
79
# Make sure we actually have a .mak file for it, otherwise fall back
82
# Make sure we actually have a .mak file for it, otherwise fall back
80
# to sensible defaults (for example, kernel version and architecture
83
# to sensible defaults (for example, kernel version and architecture
81
# are completely irrelevant on Linux)
84
# are completely irrelevant on Linux)

Return to bug 234406