kmod: fix uninstall path

This commit is contained in:
Josh Poimboeuf 2014-06-20 09:07:23 -05:00
parent 92fb49e6f2
commit 731e39aea9

View File

@ -11,7 +11,7 @@ install:
$(INSTALL) -m 644 patch/* $(DATADIR)/patch
uninstall:
$(RM) -R $(MODULESDIR)/*/kpatch
$(RM) -R $(MODULESDIR)/*/extra/kpatch
$(RM) -R $(DATADIR)
clean: