X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=build.common;h=9d59dcb9b6af73b09d36918526848bbf7f79a641;hb=57a816ab6f8b0ed57c577b2f7374fdc9f552a7ae;hp=e34434c12896defe6ab1b80a3706e0607f66672c;hpb=5097e161a9e86540782b27016d9fdc6730b84777;p=build.git 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)