From 74d9749255cc590aae644cfa0281195820629dbe Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 3 Apr 2019 15:10:28 +0200 Subject: [PATCH] fix install location --- configure/os/CONFIG_SITE.linux-x86.Common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG_SITE.linux-x86.Common b/configure/os/CONFIG_SITE.linux-x86.Common index b809d9b4b..12bd19968 100644 --- a/configure/os/CONFIG_SITE.linux-x86.Common +++ b/configure/os/CONFIG_SITE.linux-x86.Common @@ -1,5 +1,5 @@ -INSTALL_LOCATION=/usr/local/epics/base-7.0.1 -#EPICS_SITE_VERSION:=$(shell date +%Y-%m-%d) +INSTALL_LOCATION=/usr/local/epics/base-$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION) +EPICS_SITE_VERSION:=$(shell date +%Y-%m-%d) GNU_HOST_ARCH=i686 GNU_HOST_OS=linux