Skip to content

Commit

Permalink
Add missing files to Debian DKMS package
Browse files Browse the repository at this point in the history
Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de>
Reviewed-by: Umer Saleem <usaleem@ixsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Damiano Albani <damiano.albani@gmail.com>
Closes #14887
Closes #14889
  • Loading branch information
dalbani authored May 25, 2023
1 parent 91a2325 commit ff03dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/debian/rules.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ NAME := $(shell awk '$$1 == "Name:" { print $$2; }' META)
LINUX_MIN := $(shell awk '/Linux-Minimum:/{print $$2}' META)
LINUX_NEXT := $(shell awk -F'[ .]' '/Linux-Maximum:/{print $$2 "." $$3+1}' META)

DKMSFILES := module include config zfs.release.in autogen.sh META AUTHORS \
COPYRIGHT LICENSE README.md
DKMSFILES := module include config zfs.release.in autogen.sh copy-builtin META AUTHORS \
COPYRIGHT LICENSE README.md CODE_OF_CONDUCT.md NEWS NOTICE RELEASES.md

ifndef KVERS
KVERS=$(shell uname -r)
Expand Down

0 comments on commit ff03dfd

Please sign in to comment.