From 466ac404ec76712d15112ba99360089c3eeea856 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 d3f5b2da1..6bad8a907 100644 --- a/README +++ b/README @@ -48,7 +48,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=/ ==========================