From f3a9488802be4b6694dc0bc3c7f913a2681f5b8d Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 4 Jun 2015 13:30:44 +0200 Subject: [PATCH] Manual.md: /usr/sbin -> /usr/bin --- Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index b2b4290973f..6753c580818 100644 --- a/Manual.md +++ b/Manual.md @@ -1017,7 +1017,7 @@ The following variables influence how Go packages are built: - Make sure that all software is configured to use the `/usr` prefix. -- Binaries should always be installed at `/usr/bin` and `/usr/sbin`. +- Binaries should always be installed at `/usr/bin`. - Manual pages should always be installed at `/usr/share/man`.