]> git.proxmox.com Git - mirror_lxc.git/commit
Don't hardcode path to templates
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 6 Sep 2012 03:54:51 +0000 (23:54 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 25 Oct 2012 08:29:30 +0000 (10:29 +0200)
commit70542ef9a1d09ce87c7d40ac5ea1706860edec74
treea8b6fff741d354da7a56d4efecea5404314cfbd3
parent55116c42e767ce795f796fc51cd2ef7d76cf18af
Don't hardcode path to templates

configure.ac used to set the template path to /usr/share/lxc/templates.
Instead use ${datadir} to make it follow ${prefix}.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
configure.ac