aboutsummaryrefslogtreecommitdiff
path: root/www/hastymail2-devel/files/patch-lib-constant.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/hastymail2-devel/files/patch-lib-constant.php')
-rw-r--r--www/hastymail2-devel/files/patch-lib-constant.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/hastymail2-devel/files/patch-lib-constant.php b/www/hastymail2-devel/files/patch-lib-constant.php
new file mode 100644
index 000000000000..d9b680408222
--- /dev/null
+++ b/www/hastymail2-devel/files/patch-lib-constant.php
@@ -0,0 +1,11 @@
+--- lib/constant.php.orig Fri Jun 8 15:15:54 2007
++++ lib/constant.php Fri Jun 8 15:16:10 2007
+@@ -24,7 +24,7 @@
+ */
+
+ /* absolute path to the configuration file */
+-$config_file = '/etc/hastymail.conf';
++$config_file = '%%PREFIX%%/etc/hastymail.conf';
+
+ /* hastymail version */
+ $version = '1.5';