From fee706eb61a4e3b1396f4e2cce3a902b457fd0c7 Mon Sep 17 00:00:00 2001 From: "yongsung1.kim" Date: Tue, 5 Nov 2013 16:06:29 +0900 Subject: [PATCH] STUB: Fix bug that installmanager could not check pre-requsites by /etc/lsb-release. Change-Id: I4a4bd2175f314da657cebc72670ee5917d95fc23 Signed-off-by: yongsung1.kim --- os_stubs/linux/installer_stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_stubs/linux/installer_stub b/os_stubs/linux/installer_stub index 13b22fc..15451ed 100755 --- a/os_stubs/linux/installer_stub +++ b/os_stubs/linux/installer_stub @@ -73,7 +73,7 @@ fi pkg_list="" # ubuntu version 10.x and 11.x and 12.x and 32bit -if [ "ubuntu" = "${OS_NAME}" ] ; then +if [ "ubuntu" = "${OS_NAME}" ] || [ "Ubuntu" = "${OS_NAME}" ] ; then if [ "10.04" = ${OS_VERSION} ] || [ "10.10" = ${OS_VERSION} ]; then INSTALLATION_CHECK="$INSTALLATION_CHECK qemu-arm-static" elif [ "11.04" = ${OS_VERSION} ] || [ "11.10" = ${OS_VERSION} ]; then -- 2.7.4