From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: Re: [PATCH] liblxc: Complete use of autoconf prefix in lxc-debian Date: Thu, 29 Jan 2009 11:51:42 +0100 Message-ID: <49818A3E.9050502@free.fr> References: <1233102208.9544.10.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1233102208.9544.10.camel@localhost> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Matt Helsley Cc: Containers List-Id: containers.vger.kernel.org Matt Helsley wrote: > The lxc-debian script does not consistently address the lxc lock as > @LOCALSTATEDIR@/lock/subsys/lxc. Make consistent use of the autotools > substitution to completely enable configure --prefixes. > > I also added a comment explaining why some of the paths didn't need > autoconf substitutions for anyone who wants to understand the script. > Also, to separate it from the container contents proper, I moved the > CACHE variable initialization above the container-internal path > variables. > > Signed-off-by: Matt Helsley > Applied thanks. I added the @LOCALSTATEDIR@/lock/subsys/lxc directory creation because if it does not exist, the script fails.