From 56e3f69821ac78c341009ac5bf0a73f1fdcec7bc Mon Sep 17 00:00:00 2001
From: Gerald Needell <jerry.needell@unh.edu>
Date: Thu, 3 Nov 2016 12:16:06 +0000
Subject: [PATCH] Add /path/to/ to the example instructions for untaring
 rtems-source-builder into the build path. This is just a reminder that the
 source file may not be in the current directory

---
 README-doc.txt.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README-doc.txt.in b/README-doc.txt.in
index 7a79724..1311f46 100644
--- a/README-doc.txt.in
+++ b/README-doc.txt.in
@@ -91,7 +91,7 @@ The following builds RTEMS for the SPARC architecture:
  $ cd
  $ mkdir development/rtems
  $ cd development/rtems
- $ tar Jxf rtems-source-builder-@RELEASE@.tar.xz
+ $ tar Jxf /path/to/rtems-source-builder-@RELEASE@.tar.xz
  $ cd rtems-source-builder-@RELEASE@/rtems
  $ ../source-builder/sb-set-builder \
          --prefix=$HOME/development/rtems/@RELEASE@ \
-- 
1.8.3.1

