summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-06-25 14:09:31 -0500
committerClark Williams <williams@redhat.com>2010-06-25 14:09:31 -0500
commit0f4ca96c4151707f41ed0065a65b8a4fbfe43982 (patch)
tree599a41828b601a97d014899f9dc140368159b27e /doc
parent963f9369dbb5f006b738e18a19f686542be91d68 (diff)
downloadrteval-0f4ca96c4151707f41ed0065a65b8a4fbfe43982.tar.gz
rteval-0f4ca96c4151707f41ed0065a65b8a4fbfe43982.tar.xz
rteval-0f4ca96c4151707f41ed0065a65b8a4fbfe43982.zip
fixed installation commandlines for python-schedutils and python-ethtool
Needed to add DESTDIR=/ to 'make install' command Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/installing.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/installing.txt b/doc/installing.txt
index 2c1cd34..3e16f7b 100644
--- a/doc/installing.txt
+++ b/doc/installing.txt
@@ -32,11 +32,11 @@ $ cd python-dmidecode && sudo make install
$ cd ..
$ git clone \
git://git.kernel.org/pub/scm/linux/kernel/git/acme/python-schedutils.git
-$ cd python-schedutils && sudo make install
+$ cd python-schedutils && sudo make DESTDIR=/ install
$ cd ..
$ git clone \
git://git.kernel.org/pub/scm/linux/kernel/git/acme/python-ethtool.git
-$ cd python-ethtool && sudo make install
+$ cd python-ethtool && sudo make DESTDIR=/ install
$ cd ..
$ git clone \
git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git