buildbot-slave: use /bin/tail in logwatcher.py

This commit is contained in:
davehome 2012-06-28 06:48:16 -06:00
parent 142254a870
commit 2e01e11c17

View file

@ -1,7 +1,7 @@
# Template file for 'buildbot-slave'
pkgname=buildbot-slave
version=0.8.6p1
revision=1
revision=2
noarch=yes
build_style=python-module
fulldepends="python Twisted"
@ -27,3 +27,7 @@ long_desc="
This package contains only the buildslave implementation. The buildbot master
is available in the buildbot package."
pre_install() {
sed -i -e "s|usr/bin/tail|bin/tail|g" buildslave/scripts/logwatcher.py
}