mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-08 00:00:12 +03:00
Makefile: install DKMS
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
49f0c654ac
commit
75fcddb7a2
2
Makefile
2
Makefile
@ -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
3
debian/control
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user