All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Install programs into sbin
@ 2009-08-16 12:17 Jan Engelhardt
  0 siblings, 0 replies; only message in thread
From: Jan Engelhardt @ 2009-08-16 12:17 UTC (permalink / raw)
  To: linux-btrfs

Administrative utitilies, especially those for filesystems, belong
into sbin, not bin. (Cf. xfsprogs.)

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 8097b5a..1abf9dc 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ DEPFLAGS = -Wp,-MMD,$(@D)/.$(@F).d,-MT,$@
 
 INSTALL= install
 prefix ?= /usr/local
-bindir = $(prefix)/bin
+bindir = $(prefix)/sbin
 LIBS=-luuid
 
 progs = btrfsctl mkfs.btrfs btrfs-debug-tree btrfs-show btrfs-vol btrfsck
-- 
1.6.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-16 12:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-16 12:17 [PATCH] Install programs into sbin Jan Engelhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.