From f1fe3b912a6530a5692bbf2b44f7a440cb55e887 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 21 Aug 2011 12:17:52 +0200 Subject: Arch with kernel 3 fix --- makefiles/gmake/guess_env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefiles/gmake/guess_env b/makefiles/gmake/guess_env index 0ed5601..136e21b 100755 --- a/makefiles/gmake/guess_env +++ b/makefiles/gmake/guess_env @@ -15,6 +15,9 @@ case "$UNAME_SYSTEM.$UNAME_RELEASE" in if test -f /etc/arch-release; then LINUX_DIST='arch' LINUX_REV='current' + if test "$OS_MAJOR_VERSION" = "3"; then + OS_MINOR_VERSION=`echo $UNAME_RELEASE | cut -d . -f 2 | cut -d - -f 1` + fi elif test -f /etc/debian_version; then LINUX_DIST='debian' LINUX_REV=`cat /etc/debian_version | cut -d . -f 1` -- cgit v1.2.3-54-g00ecf