summaryrefslogtreecommitdiff
path: root/app-office/radicale/radicale-0.7.ebuild
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2012-07-13 18:09:26 +0200
committerRené Neumann <rene.neumann@in.tum.de>2012-07-13 18:09:26 +0200
commit9e388aaccc2018d1ccdeb77dc7b01ee6d98ef720 (patch)
tree5ea1c7b0281080e5e676725f95825d82c95508c0 /app-office/radicale/radicale-0.7.ebuild
parent90a9061e7507c91fb6e695e4150decb6da2e62d3 (diff)
downloadoverlay-9e388aaccc2018d1ccdeb77dc7b01ee6d98ef720.tar.gz
overlay-9e388aaccc2018d1ccdeb77dc7b01ee6d98ef720.tar.bz2
overlay-9e388aaccc2018d1ccdeb77dc7b01ee6d98ef720.zip
Fix
Diffstat (limited to '')
-rw-r--r--app-office/radicale/radicale-0.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/radicale/radicale-0.7.ebuild b/app-office/radicale/radicale-0.7.ebuild
index ed7d7ed..3c0d783 100644
--- a/app-office/radicale/radicale-0.7.ebuild
+++ b/app-office/radicale/radicale-0.7.ebuild
@@ -37,9 +37,9 @@ pkg_setup() {
}
src_prepare() {
- sed -i -e "s:^folder = .*$:folder = ${RDIR}:g" \
+ sed -i -e "s:^\(filesystem_folder = \).*$:\1${RDIR}:g" \
config || die
- sed -i -e "s;^\(args = '/var/log/radicale\);\1/radicale.log;" \
+ sed -i -e "s;^\(args = ('/var/log/radicale\);\1/radicale.log;" \
logging || die
distutils_src_prepare
}
n1-2/+2 2020-05-02Use uuid library directly and encode to base64.René 'Necoro' Neumann6-10/+16 2020-05-02RestructureRené 'Necoro' Neumann8-95/+111 2020-05-02WIP: Message-IdsRené 'Necoro' Neumann8-5/+40 2020-05-02Typo and mention config example in READMERené 'Necoro' Neumann2-1/+3 /a>René 'Necoro' Neumann1-2/+2 2020-05-02Use uuid library directly and encode to base64.René 'Necoro' Neumann6-10/+16 Also add an additional header `X-Feed2Imap-Item`, b/c the messageId contains the variable part of the hostname. 2020-05-02RestructureRené 'Necoro' Neumann8-95/+111 2020-05-02WIP: Message-IdsRené 'Necoro' Neumann8-5/+40 2020-05-02Typo and mention config example in READMERené 'Necoro' Neumann2-1/+3