Browse Source

adicionar DESTDIR para mae install

pull/9/head
Rodgger 2 years ago
parent
commit
12383cea79
  1. 6
      Makefile

6
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

Loading…
Cancel
Save