--- festival.orig/config/system.sh 2002-12-27 14:39:26.000000000 -0400 +++ festival.orig/config/system.sh 2008-08-10 15:05:18.000000000 -0430 @@ -70,12 +70,15 @@ then OSTYPE=DebianGNULinux OSREV=`cat /etc/debian_version` + elif [ -f "/etc/gentoo-release" ] + then + OSTYPE=GentooGNULinux + OSREV='' else # Generic unknown GNU/Linux system. OSTYPE=Linux fi fi - # Make sure we actually have a .mak file for it, otherwise fall back # to sensible defaults (for example, kernel version and architecture # are completely irrelevant on Linux)