improve sed cmd

pull/11/head
Gokul Swami 2021-03-25 18:56:07 -07:00
parent 7924c2635d
commit b75c72f80b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ uninstall:
@rm -vrf \
"$(DESTDIR)$(BINDIR)/hilbish" \
"$(DESTDIR)$(LIBDIR)"
@sed -i '/$(DESTDIR)\/usr\/bin\/hilbish/d' /etc/shells
@sed -i '/hilbish/d' /etc/shells
@echo "Hilbish Uninstalled"
clean: