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
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
-rw-r--r--www-apps/jinzora/ChangeLog5
-rw-r--r--www-apps/jinzora/Manifest4
-rw-r--r--www-apps/jinzora/files/postinstall-en.txt6
3 files changed, 12 insertions, 3 deletions
diff --git a/www-apps/jinzora/ChangeLog b/www-apps/jinzora/ChangeLog
index 6557f9f..7d1fea1 100644
--- a/www-apps/jinzora/ChangeLog
+++ b/www-apps/jinzora/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for www-apps/jinzora
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 05 Jan 2006; Renat Lumpau <rl03@gentoo.org> ChangeLog:
+ Fixed ticket #6
+
20 Dec 2005; Renat Lumpau <rl03@gentoo.org> ChangeLog:
Initial ebuild wrt bug #52517.
diff --git a/www-apps/jinzora/Manifest b/www-apps/jinzora/Manifest
index 916066b..92492bc 100644
--- a/www-apps/jinzora/Manifest
+++ b/www-apps/jinzora/Manifest
@@ -1,4 +1,4 @@
-MD5 1ce9b9e6804d70b15bfe556e8e85fb98 ChangeLog 208
+MD5 77e86b7cc5c5a6147e7b88057815d852 ChangeLog 284
MD5 bae11909e06f9b66f0803a4bc944d274 files/digest-jinzora-2.3.7 59
-MD5 ffe18c5401063ca17d050b8bbbde94aa files/postinstall-en.txt 442
+MD5 e9a08192e931c5a64ba6a3aca7a94a7a files/postinstall-en.txt 673
MD5 29387ce0768d7f580c444d075304e0f4 jinzora-2.3.7.ebuild 1376
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.