Comment 2 for bug 1174300

Revision history for this message
Alexey Kopytov (akopytov) wrote :

It is "lib64" in the source code branch, but we seem to be patching it to "lib" in build-rpm.sh:

    # "Fix" cmake destdirs, since we cannot alter SYSTEM_PROCESSOR
    if test "x$TARGET" != "x"
    then
        sed -i 's/lib64/lib/' "$PRODUCT/cmake/install_layout.cmake"
    fi

I don't understand why we need that, perhaps it should be removed. Can you elaborate on what problems are introduced with that change?