diff --git a/Makefile b/Makefile index edb4133a..efeac036 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ install: make-bcache probe-bcache bcache-super-show install -m0755 probe-bcache $(DESTDIR)/sbin/ install -m0644 61-bcache.rules $(DESTDIR)/lib/udev/rules.d/ install -m0755 bcache-register $(DESTDIR)/lib/udev/ - -install -m0755 initramfs/hook $(DESTDIR)/etc/initramfs-tools/hooks/bcache - install -m0644 -- *.8 $(DESTDIR)${PREFIX}/share/man/man8 + -install -T -m0755 initramfs/hook $(DESTDIR)/usr/share/initramfs-tools/hooks/bcache + install -m0644 -- *.8 $(DESTDIR)${PREFIX}/share/man/man8/ # install -m0755 bcache-test $(DESTDIR)${PREFIX}/sbin/ clean: