summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2016-01-15 06:48:49 -0900
committerKent Overstreet <kent.overstreet@gmail.com>2016-03-11 21:18:57 -0900
commit284c963646c081bc9f1bddd4bfd90492f8f65931 (patch)
tree6577537a767ee3bd7aa8a3a8438b3aae658a7780
parentcbde37368594006ce5798568a7909820605c7443 (diff)
bin, not sbin
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 034c567..70900d0 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ LDFLAGS+=-static
all: bcache probe-bcache
install: bcache probe-bcache
- $(INSTALL) -m0755 bcache $(DESTDIR)${PREFIX}/sbin/
+ $(INSTALL) -m0755 bcache $(DESTDIR)${PREFIX}/bin/
#$(INSTALL) -m0755 probe-bcache bcache-register $(DESTDIR)$(UDEVLIBDIR)/
#$(INSTALL) -m0644 69-bcache.rules $(DESTDIR)$(UDEVLIBDIR)/rules.d/
#-$(INSTALL) -T -m0755 initramfs/hook $(DESTDIR)/usr/share/initramfs-tools/hooks/bcache