From: Alexander Khryukin Date: Thu, 10 Oct 2013 15:01:43 +0000 (+0400) Subject: add $arch to cache path X-Git-Tag: lxc-1.0.0.alpha2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d35d3a7e1b93766025398ec74df901bfbbedbf0;p=thirdparty%2Flxc.git add $arch to cache path Signed-off-by: Alexander Khryukin Acked-by: Stéphane Graber --- diff --git a/templates/lxc-openmandriva.in b/templates/lxc-openmandriva.in index d94896613..e51333cf9 100755 --- a/templates/lxc-openmandriva.in +++ b/templates/lxc-openmandriva.in @@ -427,7 +427,7 @@ if [ -z "$rootfs_path" ]; then fi config_path=$default_path/$name -cache=$cache_base/$release/$profile +cache=$cache_base/$release/$arch/$profile if [ ! -f $config_path/config ]; then echo "A container with that name exists, chose a different name"