From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: Packaging Xen 4.2.0 Date: Tue, 18 Sep 2012 17:05:46 +0200 Message-ID: <20120918150546.GA10607@aepfle.de> References: <50588493.7080908@crc.id.au> <20120918143327.GA7115@aepfle.de> <50588BE1.3050004@crc.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <50588BE1.3050004@crc.id.au> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Steven Haigh Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Wed, Sep 19, Steven Haigh wrote: > Thanks, but shouldn't it be installed under --libdir? In my case, /usr/lib64 > as per the configure? I'm still a bit confused as to why it ended up in > /usr/lib/xen/bin. > > Especially when configure is called with: > --libdir=/usr/lib64 --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin tools/xenpaging/Makefile uses LIBEXEC. libexec defaults to /usr/lib/xen/bin, --libexec=/usr/lib64/xen/bin or similar may work. Olaf