]> git.pld-linux.org Git - packages/eagle-usb.git/blob - eagle-usb-kernel_sources_checking_hack.patch
- use ueagle-atm4.spec
[packages/eagle-usb.git] / eagle-usb-kernel_sources_checking_hack.patch
1 diff -Nurb eagle-usb-2.2.0.bef/configure.in eagle-usb-2.2.0.new/configure.in
2 --- eagle-usb-2.2.0.bef/configure.in    2005-01-16 22:55:16.000000000 +0100
3 +++ eagle-usb-2.2.0.new/configure.in    2005-05-24 22:55:31.000000000 +0200
4 @@ -400,7 +400,7 @@
5  if test "$BOOT_METHOD" = "none" ; then
6         # Fedora, Redhat, Suse, Mdk>10 (network service on Mdk10.1 may be too restrictive)
7         # as "-v" param is not always recognized (eg: SuSE), "--list" is more suitable
8 -       chkconfig --list &>/dev/null && BOOT_METHOD="chkconfig"
9 +       chkconfig --list > /dev/null 2>&1 && BOOT_METHOD="chkconfig"
10  fi
11  if test "$BOOT_METHOD" = "none" ; then
12         # Debian
13 @@ -525,7 +525,7 @@
14                 else
15                         echo -e ${KERNEL_SRC_MISSING_MSG}
16                 fi
17 -               exit 1
18 +               #exit 1
19         fi
20         if test "${KERNELVER}" != "${CUR_KERNELVER}" ; then
21                 echo -e ${KERNEL_SRC_DIFF_MSG}
This page took 0.055341 seconds and 3 git commands to generate.