diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2012-03-30 09:56:43 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2012-03-30 10:04:33 +0300 |
commit | 7c39c65da4b1b012061ffbac179a650643d00ba9 (patch) | |
tree | c502e8729fd5e49da1e106ea1b0e1a911fe0d3c4 | |
parent | fe252f21b370331016a952b085465cd97837aaef (diff) | |
download | librpm-tizen-7c39c65da4b1b012061ffbac179a650643d00ba9.tar.gz librpm-tizen-7c39c65da4b1b012061ffbac179a650643d00ba9.tar.bz2 librpm-tizen-7c39c65da4b1b012061ffbac179a650643d00ba9.zip |
Axe leftover CANONARCH assignment messing up our "base" archs (RhBug:808250)
- This should've been in commit 2a8d03669732f68f02fa7b21ec87ee3f65d11e5b,
the leftover CANONARCH resets the "base arch" we just set to a wrong
value.
-rwxr-xr-x | installplatform | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/installplatform b/installplatform index c56d5665a..f7ae24128 100755 --- a/installplatform +++ b/installplatform @@ -111,8 +111,6 @@ for ARCH in noarch `grep ^arch_canon $RPMRC | cut -d: -f2`; do # skip architectures for which we dont have full config parameters [ -z "$CANONARCH" ] && continue - CANONARCH="`echo $ARCH|sed -e "$canonarch_sed"`" - if [ "$OS" = "linux" ] && [ "$CANONCOLOR" = 3 ]; then LIB=${LIB}64 fi |