X-Git-Url: http://git.onelab.eu/?p=build.git;a=blobdiff_plain;f=build.common;fp=build.common;h=9d59dcb9b6af73b09d36918526848bbf7f79a641;hp=e34434c12896defe6ab1b80a3706e0607f66672c;hb=672ad567d30d1d9232d7b3bd5050c6c8168e0475;hpb=2d32d9d4baa2916386063103319e217e27f2b2d7 diff --git a/build.common b/build.common index e34434c1..9d59dcb9 100644 --- a/build.common +++ b/build.common @@ -108,7 +108,7 @@ pl_DISTRO=$(pl_getDistro) # select basearch of the host devel environment - protected for macos for local tests # try arch for testing stuff on a mac -pl_DISTRO_ARCH=$(uname -i 2>/dev/null || arch 2> /dev/null || echo unknownarch) +pl_DISTRO_ARCH=$(arch 2> /dev/null || echo unknownarch) # the release number (plain number) pl_DISTRO_RELEASE=$(pl_getRelease)