diff --git a/contrib/Makefile b/contrib/Makefile index f007fb0..912a3ee 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -9,6 +9,6 @@ install: all $(INSTALL) module-setup.sh kpatch-apply-all.sh $(DRACUTDIR) uninstall: - $(RM) $(DRACUTDIR) + $(RM) -R $(DRACUTDIR) clean: diff --git a/contrib/kpatch-apply-all.sh b/contrib/kpatch-apply-all.sh index 55cc6d4..82ed592 100755 --- a/contrib/kpatch-apply-all.sh +++ b/contrib/kpatch-apply-all.sh @@ -1,6 +1,4 @@ #!/bin/bash -# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- -# ex: ts=8 sw=4 sts=4 et filetype=sh # # Licensed under the GPLv2 # diff --git a/contrib/module-setup.sh b/contrib/module-setup.sh index 5dd91ac..e5b4217 100755 --- a/contrib/module-setup.sh +++ b/contrib/module-setup.sh @@ -1,6 +1,4 @@ #!/bin/bash -# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- -# ex: ts=8 sw=4 sts=4 et filetype=sh # # Licensed under the GPLv2 # diff --git a/man/kpatch-build.1 b/man/kpatch-build.1 index 0ae39ab..c6062b7 100644 --- a/man/kpatch-build.1 +++ b/man/kpatch-build.1 @@ -18,6 +18,9 @@ to work on other distros. -h|--help Show this help message + +-r|--sourcerpm + Specify kernel source RPM -s|--sourcedir Specify kernel source directory