diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-09 12:07:55 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-09 12:07:55 +0200 |
commit | 140e47372b669942e86d27a4293d9a767a297816 (patch) | |
tree | ed70f3a6dacc97ecad45e77d08a18dd683d7405f /config/chroot_local-hooks | |
parent | b451f4c2357d7da5efd084dd44354f81d4e3b05c (diff) | |
download | kanotix-140e47372b669942e86d27a4293d9a767a297816.zip kanotix-140e47372b669942e86d27a4293d9a767a297816.tar.gz |
update from lh to lb scheme
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-x | config/chroot_local-hooks/05-ndis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-hooks/05-ndis b/config/chroot_local-hooks/05-ndis index c6bebff..8b77f81 100755 --- a/config/chroot_local-hooks/05-ndis +++ b/config/chroot_local-hooks/05-ndis @@ -1,6 +1,6 @@ #!/bin/sh [ -f /root/build.conf ] && . /root/build.conf -if [ "$LH_ARCHITECTURE" = "amd64" ]; then +if [ "$LB_ARCHITECTURE" = "amd64" ]; then wget -qO- http://kanotix.com/files/fix/ndiswrapper/ndiswrapper64-fwlan64.tar.gz|tar zxC /etc else wget -qO- http://kanotix.com/files/fix/ndiswrapper/ndiswrapper-fwlan.tar.gz|tar zxC /etc |