aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Overstreet <koverstreet@google.com>2013-01-22 13:26:53 -0800
committerKent Overstreet <koverstreet@google.com>2013-01-22 13:26:53 -0800
commit42c182c6ab1530b5e3b18893f284da3eaec46e74 (patch)
tree5616dbe7e51494a93e49dea6bf627f7cf6141711
parent133c859a24ad02931059681da60e9eeb43e30cb9 (diff)
downloadbcache-tools-42c182c6ab1530b5e3b18893f284da3eaec46e74.tar.gz
Don't error out if the distro isn't using initramfs
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ffb66d2d..d15525b5 100644
--- a/Makefile
+++ b/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/