mirror of
https://github.com/dynup/kpatch
synced 2025-01-18 11:00:44 +00:00
commit
13d8267a0d
@ -172,7 +172,7 @@ apt-get install make gcc libelf-dev
|
||||
Install the dependencies for the "kpatch-build" command:
|
||||
|
||||
```bash
|
||||
apt-get install dpkg-dev devscripts
|
||||
apt-get install dpkg-dev devscripts elfutils
|
||||
apt-get build-dep linux
|
||||
|
||||
# required on ppc64le
|
||||
|
@ -623,7 +623,7 @@ else
|
||||
sublevel="SUBLEVEL ="
|
||||
fi
|
||||
|
||||
pkgname="$(dpkg-query -W -f='${Source}' "linux-image-$ARCHVERSION")"
|
||||
pkgname="$(dpkg-query -W -f='${Source}' "linux-image-$ARCHVERSION" | sed s/-signed//)"
|
||||
pkgver="$(dpkg-query -W -f='${Version}' "linux-image-$ARCHVERSION")"
|
||||
dscname="${pkgname}_${pkgver}.dsc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user