From 6aa1bd4e2935d2aa770e841b607850304092f5f8 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Wed, 8 Oct 2008 23:21:01 +0200 Subject: bcm5974 (0.53) unstable; urgency=low * Another typo in the post-install script. -- Henrik Rydberg Mon, 07 Jul 2008 20:59:39 +0200 --- scripts/bcm5974-post-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bcm5974-post-install') diff --git a/scripts/bcm5974-post-install b/scripts/bcm5974-post-install index bf3f74f..8c71be0 100755 --- a/scripts/bcm5974-post-install +++ b/scripts/bcm5974-post-install @@ -34,7 +34,7 @@ MATCH_MBP=$PAT_HEAD$PAT_MBP if [ -x /usr/sbin/lsusb ]; then if [ "lsusb|grep $PAT_MBA" != "" ]; then SED="s/#$MATCH_MBA/$MATCH_MBA/" - elif [ $has_mbb -gt 0 ]; then + elif [ "lsusb|grep $PAT_MBP" != "" ]; then SED="s/#$MATCH_MBP/$MATCH_MBP/" else echo No suitable device found -- cgit v1.2.3