diff --git a/Makefile b/Makefile index 3370e3a..a1c0f5f 100644 --- a/Makefile +++ b/Makefile @@ -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: