Ver a proveniência

Update Makefile (#458)

Fix uninstall command
tags/v3.1
Michel Boaventura há 4 anos
committed by GitHub
ascendente
cometimento
44ea786929
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver ficheiro

@@ -32,7 +32,7 @@ install:

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


Carregando…
Cancelar
Guardar