From 952d56ad6a9d007e5d7d44fbfc6dd67c13b11b17 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 23 Apr 2014 17:35:15 +0200 Subject: [PATCH] Include the platform version in the directory name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 895f8cd..8070c58 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PROJECT=gitlab RELEASE_BUCKET=downloads-packages RELEASE_BUCKET_REGION=eu-west-1 SECRET_DIR:=$(shell openssl rand -hex 20) -PLATFORM_DIR:=$(shell bin/ohai platform | ruby -rjson -e 'puts JSON.parse(ARGF.read).first') +PLATFORM_DIR:=$(shell ruby -rjson -e 'puts JSON.parse(`bin/ohai`).values_at("platform", "platform_version").join("-")') build: OMNIBUS_APPEND_TIMESTAMP=0 bin/omnibus build project ${PROJECT} -- libgit2 0.21.2