mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
linux-rpm.mk: Fix EXTRAVERSION replacement after patching
This commit is contained in:
parent
19b700a4ed
commit
611b134ebd
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ config-$(KERNEL_VERSION):
|
|||
cvs commit
|
||||
|
||||
toplevel-makefile: unpack.done
|
||||
sed "s/^ *EXTRAVERSION *=/EXTRAVERSION = -$(KERNEL_RELEASE)/" linux-$(KERNEL_VERSION)/Makefile >$@
|
||||
sed "/^ *EXTRAVERSION *=/ !d; s/ *$$/-$(KERNEL_RELEASE)/" linux-$(KERNEL_VERSION)/Makefile >$@
|
||||
|
||||
linux-$(KERNEL_VERSION)/Makefile: toplevel-makefile
|
||||
cp $< $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue