From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA6B7138334 for ; Sun, 8 Sep 2019 19:25:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA7D9E0977; Sun, 8 Sep 2019 19:25:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D7A9E0977 for ; Sun, 8 Sep 2019 19:25:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52F1934AE94 for ; Sun, 8 Sep 2019 19:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95FD97CF for ; Sun, 8 Sep 2019 19:25:06 +0000 (UTC) From: "Slawek Lis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" Message-ID: <1567970682.31be0335f7697f18ac28a8364636f1b0c0635f44.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/suricata/suricata-4.0.4.ebuild X-VCS-Directories: net-analyzer/suricata/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 31be0335f7697f18ac28a8364636f1b0c0635f44 X-VCS-Branch: master Date: Sun, 8 Sep 2019 19:25:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c83f3891-627e-47cc-9693-cda4f1271d77 X-Archives-Hash: 04394bf262b554cccdf31de36cf059a6 commit: 31be0335f7697f18ac28a8364636f1b0c0635f44 Author: Slawomir Lis gentoo org> AuthorDate: Sun Sep 8 19:20:10 2019 +0000 Commit: Slawek Lis gentoo org> CommitDate: Sun Sep 8 19:24:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31be0335 net-analyzer/suricata: fixed installations warnings Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Slawek Lis gentoo.org> net-analyzer/suricata/suricata-4.0.4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-analyzer/suricata/suricata-4.0.4.ebuild b/net-analyzer/suricata/suricata-4.0.4.ebuild index eea47cd01bd..98ed94d5b7d 100644 --- a/net-analyzer/suricata/suricata-4.0.4.ebuild +++ b/net-analyzer/suricata/suricata-4.0.4.ebuild @@ -48,6 +48,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}/${P}_configure-lua-flags.patch" epatch "${FILESDIR}/${P}_sockios.patch" + sed -ie 's/docdir =.*/docdir = ${datarootdir}\/doc\/'${PF}'\//' "${S}/doc/Makefile.am" eautoreconf } @@ -125,8 +126,8 @@ src_install() { doins rules/*.rules fi - dodir "/var/lib/${PN}" - dodir "/var/log/${PN}" + keepdir "/var/lib/${PN}" + keepdir "/var/log/${PN}" fowners -R ${PN}: "/var/lib/${PN}" "/var/log/${PN}" "/etc/${PN}" fperms 750 "/var/lib/${PN}" "/var/log/${PN}" "/etc/${PN}"