[packages/kde4-kde3support] - fix condition check

baggins baggins at pld-linux.org
Sun Nov 25 18:28:26 CET 2018


commit e6e59f4233bc2421070bca3daba4ec94cf69b8c6
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Nov 25 18:28:13 2018 +0100

    - fix condition check

 x32.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/x32.patch b/x32.patch
index 7045ef3..f00f8d6 100644
--- a/x32.patch
+++ b/x32.patch
@@ -15,7 +15,7 @@
        libsuff=64
      fi
    fi
-+  if test "x$LINUX_64_MODE" = x32; then
++  if test "x$LINUX_64_MODE" = xx32; then
 +    libsuff=x32
 +  fi
    shlibpath_var=LD_LIBRARY_PATH
@@ -38,7 +38,7 @@
        libsuff=64
      fi
    fi
-+  if test "x$LINUX_64_MODE" = x32; then
++  if test "x$LINUX_64_MODE" = xx32; then
 +    libsuff=x32
 +  fi
    shlibpath_var=LD_LIBRARY_PATH
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kde3support.git/commitdiff/e6e59f4233bc2421070bca3daba4ec94cf69b8c6



More information about the pld-cvs-commit mailing list