Update common.mk
This commit is contained in:
parent
09ca1bf7f7
commit
ee3bf45ff3
1 changed files with 1 additions and 1 deletions
2
debian/rules.d/common.mk
vendored
2
debian/rules.d/common.mk
vendored
|
@ -15,7 +15,7 @@ PVE_ZFS_CC ?= ${CC}
|
||||||
|
|
||||||
### Debian package names
|
### Debian package names
|
||||||
EXTRAVERSION=-edge
|
EXTRAVERSION=-edge
|
||||||
KVNAME=${KERNEL_VER}${EXTRAVERSION}
|
KVNAME=${KERNEL_VER}-${DEB_DISTRIBUTION}
|
||||||
|
|
||||||
PVE_KERNEL_PKG=pve-kernel-${KVNAME}
|
PVE_KERNEL_PKG=pve-kernel-${KVNAME}
|
||||||
PVE_HEADER_PKG=pve-headers-${KVNAME}
|
PVE_HEADER_PKG=pve-headers-${KVNAME}
|
||||||
|
|
Loading…
Reference in a new issue