mirror of
https://github.com/dynup/kpatch
synced 2025-03-01 00:10:47 +00:00
kmod: fix uninstall path
This commit is contained in:
parent
92fb49e6f2
commit
731e39aea9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user