]> git.pld-linux.org Git - packages/eagle-usb.git/commitdiff
- fix building - don't check kernel sources during building serspace tools
authortwittner <twittner@pld-linux.org>
Tue, 24 May 2005 21:44:57 +0000 (21:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eagle-usb-kernel_sources_checking_hack.patch -> 1.1

eagle-usb-kernel_sources_checking_hack.patch [new file with mode: 0644]

diff --git a/eagle-usb-kernel_sources_checking_hack.patch b/eagle-usb-kernel_sources_checking_hack.patch
new file mode 100644 (file)
index 0000000..2ca5dca
--- /dev/null
@@ -0,0 +1,21 @@
+diff -Nurb eagle-usb-2.2.0.bef/configure.in eagle-usb-2.2.0.new/configure.in
+--- eagle-usb-2.2.0.bef/configure.in   2005-01-16 22:55:16.000000000 +0100
++++ eagle-usb-2.2.0.new/configure.in   2005-05-24 22:55:31.000000000 +0200
+@@ -400,7 +400,7 @@
+ if test "$BOOT_METHOD" = "none" ; then
+       # Fedora, Redhat, Suse, Mdk>10 (network service on Mdk10.1 may be too restrictive)
+       # as "-v" param is not always recognized (eg: SuSE), "--list" is more suitable
+-      chkconfig --list &>/dev/null && BOOT_METHOD="chkconfig"
++      chkconfig --list > /dev/null 2>&1 && BOOT_METHOD="chkconfig"
+ fi
+ if test "$BOOT_METHOD" = "none" ; then
+       # Debian
+@@ -525,7 +525,7 @@
+               else
+                       echo -e ${KERNEL_SRC_MISSING_MSG}
+               fi
+-              exit 1
++              #exit 1
+       fi
+       if test "${KERNELVER}" != "${CUR_KERNELVER}" ; then
+               echo -e ${KERNEL_SRC_DIFF_MSG}
This page took 0.081715 seconds and 4 git commands to generate.