From fe49fa6db3930ee247ef0eb71f6200189280f3f9 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 27 Jan 2023 17:21:55 +0100 Subject: [PATCH] fix for RHEL8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3aa0d0a2e..0b1d59f03 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,6 @@ copysrc: endif tar: - tar cfjP epics_base-$(EPICS_VERSION_NUMBER).tar.bz2 $(INSTALL_LOCATION) --exclude=*.o + tar cfjP epics_base-$(EPICS_VERSION_NUMBER).tar.bz2 --exclude=*.o $(INSTALL_LOCATION) .PHONY: copysrc tar