From d8006a00f342058137cc0adc8cae8b258432a3bc Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 18 Nov 2010 19:54:26 +0000 Subject: [PATCH] Fix Expect tarball name detection for Expect 5.45. --- common/libs/func_wrt_Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/libs/func_wrt_Makefile b/common/libs/func_wrt_Makefile index 7a49f83..56f7ddd 100644 --- a/common/libs/func_wrt_Makefile +++ b/common/libs/func_wrt_Makefile @@ -88,6 +88,8 @@ get_package_tarball_name() { # echo $(grep "^linux-headers-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 ) fi ;; + expect) echo $(grep "^expect" $JHALFSDIR/pkg_tarball_list | head -n1 ) + ;; *) echo $(grep "^$script_name-[[:digit:]]" $JHALFSDIR/pkg_tarball_list | head -n1 ) ;; esac