From b3c18ebc4e1c9fb519a4b29a2fac8c2c3e0642b4 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 24 Mar 2021 14:51:34 +0100 Subject: [PATCH] use only 3 version digits for INSTALL_LOCATION --- 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 2f70b24b5..08fbb3d44 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)$(EPICS_PATCH_VSTRING) +INSTALL_LOCATION=/usr/local/epics/base-$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION) GNU_HOST_ARCH=i686 GNU_HOST_OS=linux