summaryrefslogtreecommitdiff
path: root/scripts/bcm5974-post-install
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-10-08 23:21:01 +0200
committerHenrik Rydberg <rydberg@euromail.se>2008-10-08 23:21:01 +0200
commit6aa1bd4e2935d2aa770e841b607850304092f5f8 (patch)
tree6220558bd814d1e02d303f67515adb993aa03ee5 /scripts/bcm5974-post-install
parentd7e13b9eb682d7008b94d050ad35804d46f76750 (diff)
bcm5974 (0.53) unstable; urgency=low
* Another typo in the post-install script. -- Henrik Rydberg <rydberg@euromail.se> Mon, 07 Jul 2008 20:59:39 +0200
Diffstat (limited to 'scripts/bcm5974-post-install')
-rwxr-xr-xscripts/bcm5974-post-install2
1 files changed, 1 insertions, 1 deletions
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
34if [ -x /usr/sbin/lsusb ]; then 34if [ -x /usr/sbin/lsusb ]; then
35 if [ "lsusb|grep $PAT_MBA" != "" ]; then 35 if [ "lsusb|grep $PAT_MBA" != "" ]; then
36 SED="s/#$MATCH_MBA/$MATCH_MBA/" 36 SED="s/#$MATCH_MBA/$MATCH_MBA/"
37 elif [ $has_mbb -gt 0 ]; then 37 elif [ "lsusb|grep $PAT_MBP" != "" ]; then
38 SED="s/#$MATCH_MBP/$MATCH_MBP/" 38 SED="s/#$MATCH_MBP/$MATCH_MBP/"
39 else 39 else
40 echo No suitable device found 40 echo No suitable device found