summaryrefslogtreecommitdiff
path: root/app-admin/logcheck/logcheck-1.4.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/logcheck/logcheck-1.4.3.ebuild')
-rw-r--r--app-admin/logcheck/logcheck-1.4.3.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-admin/logcheck/logcheck-1.4.3.ebuild b/app-admin/logcheck/logcheck-1.4.3.ebuild
index 2465085e8381..b9657a685030 100644
--- a/app-admin/logcheck/logcheck-1.4.3.ebuild
+++ b/app-admin/logcheck/logcheck-1.4.3.ebuild
@@ -41,6 +41,9 @@ src_prepare() {
# Set version from PV, without using dpkg
sed -i -e "s/^VERSION=unknown/VERSION=\"${PV}\"/" "${S}/src/logcheck" || die
+ # QA-fix remove call to non existent command | Bug: #911281
+ sed -i "/dpkg-parsechangelog/d" "${S}/Makefile" || die
+
# Add /var/log/messages to checked logs
echo "/var/log/messages" >> "${S}/etc/logcheck.logfiles.d/syslog.logfiles" || die