Ver código fonte

fix uninstall

pull/276/head
Roland Puntaier 6 anos atrás
pai
commit
1b7410e8ed
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver arquivo

@@ -27,7 +27,7 @@ install:

uninstall:
for script in bin/*; do \
rm -f $(DESTDIR)$(PREFIX)/bin/$$script; \
rm -f $(DESTDIR)$(PREFIX)/$$script; \
done
rm -rf $(DESTDIR)$(PREFIX)/share/mutt-wizard



Carregando…
Cancelar
Salvar