Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/minidlna/
Date: Sun, 25 Nov 2018 21:43:11
Message-Id: 1543182174.7b650e7d97a9e6da8d443f5d970b562086cf6bdf.mgorny@gentoo
1 commit: 7b650e7d97a9e6da8d443f5d970b562086cf6bdf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 25 20:01:25 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 25 21:42:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b650e7d
7
8 net-misc/minidlna: Fix installing empty directories
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/minidlna/minidlna-1.2.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild
16 index 104948c00d6..70feaa8392b 100644
17 --- a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild
18 +++ b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild
19 @@ -85,7 +85,7 @@ src_install() {
20 echo "d /run/${PN} 0755 ${PN} ${PN} -" > "${T}"/${PN}.conf
21 systemd_dotmpfilesd "${T}"/${PN}.conf
22
23 - dodir /var/{lib,log}/${PN}
24 + keepdir /var/{lib,log}/${PN}
25 fowners ${PN}:${PN} /var/{lib,log}/${PN}
26 fperms 0750 /var/{lib,log}/${PN}