[hamster-applet] having configure without build was a bad idea as build folder got created by root



commit 50eae04fffc4ad27071aeec60b7842ce547cb93d
Author: Toms Bauģis <toms baugis gmail com>
Date:   Wed May 26 00:33:34 2010 +0100

    having configure without build was a bad idea as build folder got created by root

 README.waf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/README.waf b/README.waf
index ab31ad8..a4781c9 100644
--- a/README.waf
+++ b/README.waf
@@ -7,7 +7,7 @@ cd src
 
 
 To install:
-  ./waf --prefix=/usr configure
+  ./waf --prefix=/usr configure build
   sudo ./waf install
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]