Ver a proveniência

Fix make uninstall

for loop directory wildcard includes the directory name. No need to
specify the dir name when removing file.

Signed-off-by: Ayman Bagabas <ayman.bagabas@gmail.com>
tags/v3.1
Ayman Bagabas há 5 anos
ascendente
cometimento
04528a0fb9
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver ficheiro

@@ -29,7 +29,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
Guardar