mirror of
https://git.proxmox.com/git/mirror_spl-debian
synced 2025-10-05 05:42:15 +00:00
Add KVERS
This commit is contained in:
parent
c168c73c0a
commit
01d50ac880
2
debian/rules
vendored
2
debian/rules
vendored
@ -11,6 +11,8 @@ ifndef DEB_HOST_ARCH
|
|||||||
DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
|
DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
KVERS=$(shell uname -r)
|
||||||
|
|
||||||
non_epoch_version=$(shell echo $(KVERS) | perl -pe 's/^\d+://')
|
non_epoch_version=$(shell echo $(KVERS) | perl -pe 's/^\d+://')
|
||||||
PACKAGE=spl
|
PACKAGE=spl
|
||||||
pmodules = $(PACKAGE)-modules-$(non_epoch_version)-$(DEB_HOST_ARCH)
|
pmodules = $(PACKAGE)-modules-$(non_epoch_version)-$(DEB_HOST_ARCH)
|
||||||
|
Loading…
Reference in New Issue
Block a user