From d18bda45934fb9e304853cfb7975c540c9176ab9 Mon Sep 17 00:00:00 2001 From: patvdv Date: Sat, 10 Nov 2018 21:44:00 +0100 Subject: [PATCH] Fix in SPEC file --- build/linux/SPECS/hc-linux.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/linux/SPECS/hc-linux.spec b/build/linux/SPECS/hc-linux.spec index 71ffd0e..8a472ad 100644 --- a/build/linux/SPECS/hc-linux.spec +++ b/build/linux/SPECS/hc-linux.spec @@ -44,7 +44,7 @@ cp ../SOURCES/etc/core/templates/mail_header.tpl $RPM_BUILD_ROOT/etc/opt/hc/core cp ../SOURCES/etc/core/templates/mail_body.tpl $RPM_BUILD_ROOT/etc/opt/hc/core/templates cp ../SOURCES/etc/core/templates/mail_footer.tpl $RPM_BUILD_ROOT/etc/opt/hc/core/templates install -d -m 755 $RPM_BUILD_ROOT/var/opt/hc -cp ../SOURCES/etc/logrotate.d/check_health $RPM_BUILD_ROOT/etc/logrotate.d/check_health +cp ../SOURCES/logrotate.d/check_health $RPM_BUILD_ROOT/etc/logrotate.d/check_health %post # ------------------------- CONFIGURATION starts here -------------------------