From 8b3e39e0525df37dfbc840e49f2f5a4069b34a1f Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sun, 22 Sep 2013 01:13:36 +0200 Subject: Install the initramfs hook in /usr/share not /etc --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index edb4133..efeac03 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: -- cgit v1.2.3