mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-09 00:00:17 +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
|
.PHONY: install
|
||||||
install: INITRAMFS_HOOK=$(INITRAMFS_DIR)/hooks/bcachefs
|
install: INITRAMFS_HOOK=$(INITRAMFS_DIR)/hooks/bcachefs
|
||||||
install: INITRAMFS_SCRIPT=$(INITRAMFS_DIR)/scripts/local-premount/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) -m0755 -D $(BUILT_BIN) -t $(DESTDIR)$(ROOT_SBINDIR)
|
||||||
$(INSTALL) -m0644 -D bcachefs.8 -t $(DESTDIR)$(PREFIX)/share/man/man8/
|
$(INSTALL) -m0644 -D bcachefs.8 -t $(DESTDIR)$(PREFIX)/share/man/man8/
|
||||||
$(INSTALL) -m0755 -D initramfs/script $(DESTDIR)$(INITRAMFS_SCRIPT)
|
$(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,
|
libzstd-dev,
|
||||||
pkgconf,
|
pkgconf,
|
||||||
python3-docutils,
|
python3-docutils,
|
||||||
python3-pytest,
|
|
||||||
python3:native,
|
python3:native,
|
||||||
rustfmt,
|
|
||||||
systemd-dev,
|
systemd-dev,
|
||||||
uuid-dev,
|
uuid-dev,
|
||||||
zlib1g-dev,
|
zlib1g-dev,
|
||||||
|
Depends: dkms
|
||||||
Homepage: https://bcachefs.org/
|
Homepage: https://bcachefs.org/
|
||||||
Vcs-Git: https://salsa.debian.org/debian/bcachefs-tools.git
|
Vcs-Git: https://salsa.debian.org/debian/bcachefs-tools.git
|
||||||
Vcs-Browser: https://salsa.debian.org/debian/bcachefs-tools
|
Vcs-Browser: https://salsa.debian.org/debian/bcachefs-tools
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user