Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | Upstream-Status: Inappropriate [OE-Core specific] |
| 2 | |
| 3 | Signed-off-by: Saul Wold <sgw@linux.intel.com> |
| 4 | Signed-off-by: Ronan Le Martret <ronan.lemartret@open.eurogiciel.org> |
| 5 | |
| 6 | |
| 7 | diff --git a/installplatform b/installplatform |
| 8 | index 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}" |