From 12383cea79c7aec4a0b882e31c7a61300923c239 Mon Sep 17 00:00:00 2001 From: Rodgger Date: Sat, 19 Nov 2022 21:35:40 -0500 Subject: [PATCH] adicionar DESTDIR para mae install --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 78404f7..b47a555 100644 --- a/Makefile +++ b/Makefile @@ -84,9 +84,9 @@ install: $(PROGRAM_NAME) .PHONY: uninstall uninstall: - rm -f /etc/systemd/system/amid.service - rm -f /etc/amid.conf - rm -f /usr/sbin/amid + rm -f $(DESTDIR)/etc/systemd/system/amid.service + rm -f $(DESTDIR)/etc/amid.conf + rm -f $(DESTDIR)/usr/sbin/amid $(info removido amid) .PHONY: clean