Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
adrian
/
mutt-wizard
réplica de
https://github.com/LukeSmithxyz/mutt-wizard.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
6
Wiki
Actividad
Explorar el Código
fix uninstall
pull/276/head
Roland Puntaier
hace 5 años
padre
38369686c9
commit
1b7410e8ed
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
Makefile
+ 1
- 1
Makefile
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar