bin, not sbin

This commit is contained in:
Kent Overstreet 2016-01-15 06:48:49 -09:00
parent cbde373685
commit 284c963646

View File

@ -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