minor - corrected gettext support.
[squirrelmail.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 5eba5aff399666b4725f16fef7b67932539eab0e..20ce4b81eb511347a525b41d1aad9dfaab9b579d 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -11,8 +11,8 @@ overview of how to install SquirrelMail.
 4.  Change the permissons for the "data/" directory so it's writable to
     the web server.  Under Red Hat Linux 6.0, this is done by:
 
-    chown nobody data
-    chgrp nobody data
+    chown -R nobody data
+    chgrp -R nobody data
 
     "nobody" is the user and group for the apache server for this
     example.