From b86bff4d5f4e7ebf043c924676df3324007c7cf9 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Wed, 26 May 2010 08:59:01 +0200
Subject: [PATCH] fix installation procedure to choose dest folder

---
 README.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.html b/README.html
index f9454b46a5..c7395c94b4 100644
--- a/README.html
+++ b/README.html
@@ -63,7 +63,7 @@
 
 <p>To specify where to install do:</p>
 <pre>
-    su -c make PREFIX=custom_path install
+    ./configure --prefix=custom_path
 </pre>
 
 <h2>Running Gajim</h2>
@@ -98,7 +98,8 @@ or if you didn't 'make install' you can also run from gajim folder with<em>./lau
 If you want to remove it from custom directory provide it as:
 </p>
 <pre>
-    make PREFIX=custom_path uninstall
+    ./configure --prefix=custom_path
+    make uninstall
 </pre>
 
 <h2>Miscellaneous</h2>
-- 
GitLab