The line:

if 1 -eq 0

is missing the 'test' command. Alternatively, "if /bin/false" would have worked 
too.

Signed-off-by: Philip Prindeville <[email protected]>
Index: trunk/feeds/packages/utils/lsof/patches/003-lsof_selinux.patch
===================================================================
--- trunk/feeds/packages/utils/lsof/patches/003-lsof_selinux.patch      
(revision 32484)
+++ trunk/feeds/packages/utils/lsof/patches/003-lsof_selinux.patch      
(working copy)
@@ -5,7 +5,7 @@
        fi      # }
      fi        # }
 -    if test $LSOF_TMP1 -eq 1  # {
-+    if 0 -eq 1        # {
++    if test 0 -eq 1   # {
      then
        LSOF_CFGF="$LSOF_CFGF -DHASSELINUX"
        LSOF_CFGL="$LSOF_CFGL -lselinux"
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to