[Bugs] [Bug 1335717] PREFIX is not honoured during build and install

bugzilla at redhat.com bugzilla at redhat.com
Fri May 13 09:34:14 UTC 2016


https://bugzilla.redhat.com/show_bug.cgi?id=1335717



--- Comment #7 from Vijay Bellur <vbellur at redhat.com> ---
COMMIT: http://review.gluster.org/14315 committed in master by Niels de Vos
(ndevos at redhat.com) 
------
commit 85de0c83392d861ba47c97664ff73fd7f8705a3a
Author: Aravinda VK <avishwan at redhat.com>
Date:   Fri May 13 09:40:38 2016 +0530

    configure: Prevent glupy installation outside $prefix

    glupy was installed in the global path outside the prefix path,
    even if --prefix is passed.

    ./configure --prefix=/usr/local
    make install

    Expected: ${DESTDIR}${prefix}/lib64/python<VERSION>/site-packages/gluster
    Actual: ${DESTDIR}/usr/lib64/python<VERSION>/site-packages/gluster

    prefix was not honoured.

    With this patch, glupy will be installed inside the prefix path.

    BUG: 1335717
    Change-Id: I810dd8d2d6c403540d4b738f5ab54237c7358bf6
    Signed-off-by: Aravinda VK <avishwan at redhat.com>
    Reviewed-on: http://review.gluster.org/14315
    Smoke: Gluster Build System <jenkins at build.gluster.com>
    Reviewed-by: Niels de Vos <ndevos at redhat.com>
    NetBSD-regression: NetBSD Build System <jenkins at build.gluster.org>
    Reviewed-by: Jeff Darcy <jdarcy at redhat.com>
    CentOS-regression: Gluster Build System <jenkins at build.gluster.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=d0RcjybRcy&a=cc_unsubscribe


More information about the Bugs mailing list