summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/jinzora/files/postinstall-en.txt')
-rw-r--r--www-apps/jinzora/files/postinstall-en.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/www-apps/jinzora/files/postinstall-en.txt b/www-apps/jinzora/files/postinstall-en.txt
index a7da185..6ed7528 100644
--- a/www-apps/jinzora/files/postinstall-en.txt
+++ b/www-apps/jinzora/files/postinstall-en.txt
@@ -10,3 +10,9 @@ Jinzora recommends the following settings for php (php.ini):
post_max_size = 32M (or higher)
file_uploads = 1 (on)
upload_max_filesize = 32M (or higher)
+
+Also note that you may need to edit ${MY_INSTALLDIR}/settings.php and change
+some default paths (/usr/bin rather than /usr/local/bin).
+
+sed -i "s|/usr/local/bin|/usr/bin|g" ${MY_INSTALLDIR}/settings.php
+should do the trick.