mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
Don't error out if the distro isn't using initramfs
This commit is contained in:
parent
133c859a24
commit
42c182c6ab
4
Makefile
4
Makefile
@ -8,8 +8,8 @@ install: make-bcache probe-bcache
|
||||
install -m0755 make-bcache $(DESTDIR)${PREFIX}/sbin/
|
||||
install -m0755 probe-bcache $(DESTDIR)/sbin/
|
||||
install -m0644 61-bcache.rules $(DESTDIR)/lib/udev/rules.d/
|
||||
install -m0755 initramfs/script $(DESTDIR)/etc/initramfs-tools/scripts/init-premount/bcache
|
||||
install -m0755 initramfs/hook $(DESTDIR)/etc/initramfs-tools/hooks/bcache
|
||||
-install -m0755 initramfs/script $(DESTDIR)/etc/initramfs-tools/scripts/init-premount/bcache
|
||||
-install -m0755 initramfs/hook $(DESTDIR)/etc/initramfs-tools/hooks/bcache
|
||||
install -m0644 *.8 $(DESTDIR)${PREFIX}/share/man/man8
|
||||
# install -m0755 bcache-test $(DESTDIR)${PREFIX}/sbin/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user