From ae426eb6baadefd745359c6da3a63b17630a621d Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 4 Aug 2020 23:43:37 +0900 Subject: [PATCH] Fix makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0b56a53..e78897b 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,7 @@ install: base units useradd chcon daemon-reload uninstall-base: rm -fv $(DESTDIR)$(SBINDIR)/memavaild rm -fvr $(DESTDIR)$(DOCDIR)/ + rm -fv $(DESTDIR)$(SYSCONFDIR)/memavaild.conf uninstall-units: # 'make uninstall-units' must not fail with error if systemctl is unavailable or returns error