diff options
Diffstat (limited to 'dev-php/Kolab_FreeBusy/Kolab_FreeBusy-0.0.3.ebuild')
-rw-r--r-- | dev-php/Kolab_FreeBusy/Kolab_FreeBusy-0.0.3.ebuild | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/dev-php/Kolab_FreeBusy/Kolab_FreeBusy-0.0.3.ebuild b/dev-php/Kolab_FreeBusy/Kolab_FreeBusy-0.0.3.ebuild index a746d44..7007db4 100644 --- a/dev-php/Kolab_FreeBusy/Kolab_FreeBusy-0.0.3.ebuild +++ b/dev-php/Kolab_FreeBusy/Kolab_FreeBusy-0.0.3.ebuild @@ -26,6 +26,16 @@ RDEPEND="${RDEPEND} dev-php/Horde_iCalendar dev-php/Kolab_Format dev-php/Kolab_Server - dev-php/Kolab_Storage" + dev-php/Kolab_Storage + www-servers/apache" S="${WORKDIR}/${PEAR_PN}" + +src_install() { + + php-pear-r1_src_install + + keepdir /var/cache/kolab-freebusy + fperms 0750 /var/cache/kolab-freebusy + fowners apache:apache /var/cache/kolab-freebusy +} |