From 142254a8709fb1563a1898dbeda1267508a3efe3 Mon Sep 17 00:00:00 2001 From: davehome Date: Thu, 28 Jun 2012 06:47:37 -0600 Subject: [PATCH] buildbot: use /bin/tail in logwatcher.py --- srcpkgs/buildbot/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/buildbot/template b/srcpkgs/buildbot/template index 6ba653be69..402c154ff5 100644 --- a/srcpkgs/buildbot/template +++ b/srcpkgs/buildbot/template @@ -1,7 +1,7 @@ # Template file for 'buildbot' pkgname=buildbot version=0.8.6p1 -revision=2 +revision=3 noarch=yes build_style=python-module fulldepends="python python-jinja sqlalchemy-migrate python-simplejson Twisted" @@ -25,6 +25,10 @@ long_desc=" lint checks, image size, compile time, and other build parameters can be tracked over time, are more visible, and are therefore easier to improve." +pre_install() { + sed -i -e "s|usr/bin/tail|bin/tail|g" buildbot/scripts/logwatcher.py +} + post_install() { # Install all contrib modules. local contribdir=${DESTDIR}/usr/share/buildbot/contrib