blob: be0626c8b30163f9a941394afaddf84e3267179d [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Upstream-Status: Inappropriate [OE-Core specific]
2
3Signed-off-by: Saul Wold <sgw@linux.intel.com>
4Signed-off-by: Ronan Le Martret <ronan.lemartret@open.eurogiciel.org>
5
6
7diff --git a/installplatform b/installplatform
8index 8c3eba0..fa15e91 100755
9--- a/installplatform
10+++ b/installplatform
11@@ -112,7 +112,7 @@ for ARCH in noarch `grep ^arch_canon $RPMRC | cut -d: -f2`; do
12 [ -z "$CANONARCH" ] && continue
13
14 if [ "$OS" = "linux" ] && [ "$CANONCOLOR" = 3 ]; then
15- LIB=${LIB}64
16+ LIB=${LIB}
17 fi
18
19 PPD="${DESTDIR}/${platformdir}/${ARCH}-${OS}"