summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2006-01-05 21:32:08 +0000
committerRenat Lumpau <rl03@gentoo.org>2006-01-05 21:32:08 +0000
commit792ab413a2bbf450f5e4c9efc3214d5282b99b4f (patch)
tree66c76f958837eaddbb5e4566071913d304728501 /www-apps/jinzora/files/postinstall-en.txt
parentFixed dep for real this time (diff)
downloadwebapps-experimental-792ab413a2bbf450f5e4c9efc3214d5282b99b4f.tar.gz
webapps-experimental-792ab413a2bbf450f5e4c9efc3214d5282b99b4f.tar.bz2
webapps-experimental-792ab413a2bbf450f5e4c9efc3214d5282b99b4f.zip
Fixed ticket #6
svn path=/experimental/; revision=88
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.