Makefile: install DKMS

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2025-09-16 17:57:13 -04:00
parent 49f0c654ac
commit 75fcddb7a2
2 changed files with 2 additions and 3 deletions

View File

@ -203,7 +203,7 @@ cmd_version.o : .version
.PHONY: install
install: INITRAMFS_HOOK=$(INITRAMFS_DIR)/hooks/bcachefs
install: INITRAMFS_SCRIPT=$(INITRAMFS_DIR)/scripts/local-premount/bcachefs
install: bcachefs $(optional_install)
install: bcachefs install_dkms $(optional_install)
$(INSTALL) -m0755 -D $(BUILT_BIN) -t $(DESTDIR)$(ROOT_SBINDIR)
$(INSTALL) -m0644 -D bcachefs.8 -t $(DESTDIR)$(PREFIX)/share/man/man8/
$(INSTALL) -m0755 -D initramfs/script $(DESTDIR)$(INITRAMFS_SCRIPT)

3
debian/control vendored
View File

@ -20,12 +20,11 @@ Build-Depends: debhelper-compat (= 13),
libzstd-dev,
pkgconf,
python3-docutils,
python3-pytest,
python3:native,
rustfmt,
systemd-dev,
uuid-dev,
zlib1g-dev,
Depends: dkms
Homepage: https://bcachefs.org/
Vcs-Git: https://salsa.debian.org/debian/bcachefs-tools.git
Vcs-Browser: https://salsa.debian.org/debian/bcachefs-tools