wok-stable rev 5197
get-wifi-firmware: fix typo
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Sun Mar 28 15:28:06 2010 -0400 (2010-03-28) |
parents | 20430f940859 |
children | ae73fba3a561 |
files | get-wifi-firmware/stuff/get-wifi-firmware |
line diff
1.1 --- a/get-wifi-firmware/stuff/get-wifi-firmware Sun Mar 28 21:23:37 2010 +0200 1.2 +++ b/get-wifi-firmware/stuff/get-wifi-firmware Sun Mar 28 15:28:06 2010 -0400 1.3 @@ -2,7 +2,7 @@ 1.4 # install linux-wireless, wireless_tools and b43-fwcutter if needed. 1.5 1.6 MODULE=$(echo $0 | sed 's/.*get-\(.*\)-firmware/\1/') 1.7 -ROOT="$1" 1.8 +ROOT="$2" 1.9 PKG=$MODULE-firmware 1.10 DEPENDS="" 1.11 case "$MODULE" in 1.12 @@ -190,7 +190,7 @@ 1.13 cd $TOP 1.14 rm -rf $TMP 1.15 1.16 -if [ "$1" == "--firmware" ] ; then 1.17 +if [ "$2" == "--firmware" ] ; then 1.18 echo "just install firmare: yes" 1.19 JUST_INSTALL_FIRMWARE="yes" 1.20 fi