Package: acx100-source
Version: 20070101-3
Files: acx100.tar.gz

debian testing lenny


In acx100.tar.gz
modules/acx100/script/
should be
modules/acx100/scripts/,
because it is referenced in modules/acx100/script/fetch_firmware.sh and 
modules/acx100/script/inject_kernel_tree.sh.


In modules/acx100/script/fetch_firmware.sh "start_nets.sh":
---------------------------------
find_driver_dir()
{
  ACXDIR=`pwd`
  [ -f $ACXDIR/scripts/start_nets.sh ] && return
  if [ -f $ACXDIR/../scripts/start_net.sh ]; then
---------------------------------
shouldn't it be:
---------------------------------
find_driver_dir()
{
  ACXDIR=`pwd`
  [ -f $ACXDIR/scripts/start_net.sh ] && return
  if [ -f $ACXDIR/../scripts/start_net.sh ]; then
---------------------------------
?


Bye
christian



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to