Clarify location and roles of install paths and directions as requested by Mark Ver.
Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
diff --git a/INSTALL b/INSTALL
index 46658ee..e9e2576 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-$Id: INSTALL,v 1.34 2009/11/12 12:08:09 yaberauneya Exp $
+$Id: INSTALL,v 1.35 2010/01/07 10:43:24 yaberauneya Exp $
Requirements
-------------------
@@ -127,13 +127,15 @@
3> ./configure
4> make all
5> make install
-6> ./runalltests.sh
+6> cd /opt/ltp
+7> ./runalltests.sh
-*NOTE: The LTP assumes the existence of the nobody, bin, and daemon users and
-their groups. If these IDs do not exist, certain tests will fail. The users
-and groups IDs should be the same, i.e. if user "nobody" is 99, then it's
-group should also be "99". The names of the groups are irrelevant.
-
+*NOTE:
+- LTP assumes the existence of the nobody, bin, and daemon users and their
+groups. If these IDs do not exist, certain tests will fail. The users and
+groups IDs should be the same, i.e. if user "nobody" is 99, then it's group
+should also be "99". The names of the groups are irrelevant.
+- The installation directory is /opt/ltp by default. Please see "Using autoconf" above and specify the appropriate path via --prefix. DESTDIR= is also honored for install and will install into $DESTDIR/$prefix, if you want to install into a chroot or a rootfs for instance.
Detailed Installation
---------------------