kernel: extract current version from debian changelog
Thanks to Marius Gripsgard <mariogrip@ubuntu.com> for the fix.
This commit is contained in:
parent
79b0f5b63e
commit
3f3e25de04
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#/usr/bin/make
|
||||
VERSION = 1
|
||||
VERSION = $(shell dpkg-parsechangelog -SVersion)
|
||||
SRC = $(DESTDIR)/usr/src
|
||||
|
||||
all:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue