[PATCH] Fix mode for include/install-sh so that attempts

robert herndon rherndon at sgi.com
Tue Jun 2 14:22:07 CDT 2009


From: robert herndon <rherndon at elm.eagan>

---
 doc/INSTALL        |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
 mode change 100644 => 100755 include/install-sh

diff --git a/doc/INSTALL b/doc/INSTALL
index 2ecbf6c..35d34ce 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -1,5 +1,5 @@
 This document describes how to configure and build the open source XFS
-commands and utilites ("xfsprogs") from source, and how to install and
+commands and utilities ("xfsprogs") from source, and how to install and
 run them.
 
 See the README file in the top level directory for details about how
@@ -42,8 +42,11 @@ Linux Instructions
 	# make
 	# su root
 	# make install
-	[and optionally, for the development libraries and headers]
+	[and optionally, for the development libraries and basic headers;
+         this is required to build xfsdump and dmapi]
 	# make install-dev
+        [and optionally, for the development libraries and full headers;
+         this is required to build xfstests]
 
    Note that there are so many "install" variants out there that we
    wrote our own script (see "install-sh" in the top level directory).
diff --git a/include/install-sh b/include/install-sh
old mode 100644
new mode 100755
-- 
1.5.6




More information about the xfs mailing list