From 077073e0594fa0555c5795defdf36cc308640ad2 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 11 Dec 2008 03:25:10 +0000 Subject: [PATCH] add --root=/ --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index ae80eda15..0a64382cf 100644 --- a/README +++ b/README @@ -47,7 +47,7 @@ The names of the packages may vary depending on your OS / distro. Once you have the needed libraries installed, build and install by running: $ python setup.py build - $ sudo python setup.py install + $ sudo python setup.py install root=/ ==========================