]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
templates/lxc-debian.in: handle ppc hostarch -> powerpc 1352/head
authorSantiago Ruano Rincón <santiago@debian.org>
Mon, 12 Dec 2016 10:12:26 +0000 (11:12 +0100)
committerEvgeni Golov <evgeni@debian.org>
Mon, 12 Dec 2016 20:26:00 +0000 (21:26 +0100)
Signed-off-by: Santiago Ruano Rincón <santiago@debian.org>
Signed-off-by: Evgeni Golov <evgeni@debian.org>
templates/lxc-debian.in

index e22b962898e44a4cf5e66e7e4991fd7e0704670a..6bdf02d6a38119abba4b7b0eeb3ba8ad454ee011 100644 (file)
@@ -653,6 +653,8 @@ elif [ "$arch" = "x86_64" ]; then
     arch="amd64"
 elif [ "$arch" = "armv7l" ]; then
     arch="armhf"
+elif [ "$arch" = "ppc" ]; then
+    arch="powerpc"
 elif [ "$arch" = "ppc64le" ]; then
     arch="ppc64el"
 elif [ "$arch" = "mips" -a "$littleendian" = "yes" ]; then