aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm-4.11.2/fix_libdir.patch
blob: be0626c8b30163f9a941394afaddf84e3267179d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Upstream-Status: Inappropriate [OE-Core specific]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ronan Le Martret <ronan.lemartret@open.eurogiciel.org>


diff --git a/installplatform b/installplatform
index 8c3eba0..fa15e91 100755
--- a/installplatform
+++ b/installplatform
@@ -112,7 +112,7 @@ for ARCH in noarch `grep ^arch_canon $RPMRC | cut -d: -f2`; do
   [ -z "$CANONARCH" ] && continue
 
   if [ "$OS" = "linux" ] && [ "$CANONCOLOR" = 3 ]; then
-      LIB=${LIB}64
+      LIB=${LIB}
   fi
 
   PPD="${DESTDIR}/${platformdir}/${ARCH}-${OS}"