From b27d1416b525abe97ec58a4e34efc3989a74c103 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 7 Apr 2020 15:38:05 +0200 Subject: [PATCH] install location with patch level --- configure/os/CONFIG_SITE.linux-x86.Common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG_SITE.linux-x86.Common b/configure/os/CONFIG_SITE.linux-x86.Common index 335e5f7ac..b7faf6ac6 100644 --- a/configure/os/CONFIG_SITE.linux-x86.Common +++ b/configure/os/CONFIG_SITE.linux-x86.Common @@ -1,4 +1,4 @@ -INSTALL_LOCATION=/usr/local/epics/base-$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION) +INSTALL_LOCATION=/usr/local/epics/base-$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION)$(EPICS_PATCH_VSTRING) GNU_HOST_ARCH=i686 GNU_HOST_OS=linux