From 9e6c41acedb66a70b4c056787e9f0e4fda4ed423 Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pehjota>
Date: Thu, 13 Nov 2014 23:48:03 -0500
Subject: doc/legal: Fix `opkg install build-essential` log

---
diff --git a/doc/legal.mdwn b/doc/legal.mdwn
index 551fd65..a18822c 100644
--- a/doc/legal.mdwn
+++ b/doc/legal.mdwn
@@ -70,13 +70,27 @@ Building the Source Package
 First, install the `build-essential` binary package if you haven't already:
 
     # opkg install build-essential
-    Installing build-essential-amd64-linux-glibc (1.1) to root...
+    Installing build-essential (1.1) on root.
+    Downloading http://us.mirror.gnu.dk/pub/proteanos/feeds/dev/trunk/amd64-linux-glibc/all/base/../../../../../../pool/b/build-essential/build-essential_1.1_amd64-linux-glibc_all.opk.
+    package cpp-4.7 suggests installing gcc-4.7-locales
+    package gcc-4.7-amd64-linux-glibc suggests installing gcc-4.7-locales
+    package gcc-4.7-amd64-linux-glibc suggests installing libmudflap.0-4.7-dev
+    package g++-4.7-amd64-linux-glibc suggests installing gcc-4.7-locales
+    Installing build-essential-amd64-linux-glibc (1.1) on root.
+    Downloading http://us.mirror.gnu.dk/pub/proteanos/feeds/dev/trunk/all/all/base/../../../../../../pool/b/build-essential/build-essential-amd64-linux-glibc_1.1_all_all.opk.
     [...]
 
 Or:
 
     $ sudo prokit opkg $root install build-essential
-    Installing build-essential-amd64-linux-glibc (1.1) to root...
+    Installing build-essential (1.1) on root.
+    Downloading http://us.mirror.gnu.dk/pub/proteanos/feeds/dev/trunk/amd64-linux-glibc/all/base/../../../../../../pool/b/build-essential/build-essential_1.1_amd64-linux-glibc_all.opk.
+    package cpp-4.7 suggests installing gcc-4.7-locales
+    package gcc-4.7-amd64-linux-glibc suggests installing gcc-4.7-locales
+    package gcc-4.7-amd64-linux-glibc suggests installing libmudflap.0-4.7-dev
+    package g++-4.7-amd64-linux-glibc suggests installing gcc-4.7-locales
+    Installing build-essential-amd64-linux-glibc (1.1) on root.
+    Downloading http://us.mirror.gnu.dk/pub/proteanos/feeds/dev/trunk/all/all/base/../../../../../../pool/b/build-essential/build-essential-amd64-linux-glibc_1.1_all_all.opk.
     [...]
 
 If you're using a ProteanOS shell directly, you'll have to manually find and
--
cgit v0.9.1