Merge pull request #216 from jstancek/issue203

fix vmlinux parameter for kpatch-build
This commit is contained in:
Seth Jennings 2014-05-27 12:45:32 -05:00
commit 0ef39f8b0b

View File

@ -92,7 +92,7 @@ usage() {
echo " -d, --debug Keep scratch files in /tmp" >&2
}
options=$(getopt -o hr:s:c:d -l "help,sourcerpm:,sourcedir:,config:,debug" -- "$@") || die "getopt failed"
options=$(getopt -o hr:s:c:v:d -l "help,sourcerpm:,sourcedir:,config:,vmlinux:,debug" -- "$@") || die "getopt failed"
eval set -- "$options"