diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-12-24 22:16:12 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-12-24 22:16:12 +0100 |
commit | 94f8560f6d0d1c64f76cd094a46fc85cea5b3588 (patch) | |
tree | 0339673eb38c75aad60a2404eea0ea5cc1e1fa5f /www-apps | |
parent | www-apps/gitea: Version bump to 1.0.0 (diff) | |
download | gentoo-94f8560f6d0d1c64f76cd094a46fc85cea5b3588.tar.gz gentoo-94f8560f6d0d1c64f76cd094a46fc85cea5b3588.tar.bz2 gentoo-94f8560f6d0d1c64f76cd094a46fc85cea5b3588.zip |
www-apps/gitea: Change fowners on data path
Package-Manager: portage-2.3.3
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/gitea/gitea-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/gitea-1.0.0.ebuild b/www-apps/gitea/gitea-1.0.0.ebuild index 921424307218..a87287031c58 100644 --- a/www-apps/gitea/gitea-1.0.0.ebuild +++ b/www-apps/gitea/gitea-1.0.0.ebuild @@ -61,5 +61,5 @@ src_install() { newinitd "${FILESDIR}"/gitea.initd gitea newconfd "${FILESDIR}"/gitea.confd gitea keepdir /var/log/gitea /var/lib/gitea/data - fowners gitea:gitea /var/log/gitea /var/lib/gitea + fowners gitea:gitea /var/log/gitea /var/lib/gitea /var/lib/gitea/data } |