From: Kent Overstreet Date: Fri, 15 Jan 2016 15:48:49 +0000 (-0900) Subject: bin, not sbin X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=284c963646c081bc9f1bddd4bfd90492f8f65931;p=bcachefs-tools-debian bin, not sbin --- 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