From 78c15588fb600cd8eebdfc0b77d0faceb21dc201 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 13 Mar 2012 14:02:31 +0100 Subject: [PATCH] buildbot: update to 0.8.6. --- srcpkgs/buildbot/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/buildbot/template b/srcpkgs/buildbot/template index 1c4b95b964..288748ca5f 100644 --- a/srcpkgs/buildbot/template +++ b/srcpkgs/buildbot/template @@ -1,13 +1,13 @@ # Template file for 'buildbot' pkgname=buildbot -version=0.8.5 +version=0.8.6 distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz" build_style=python-module short_desc="A system to automate the compile/test cycle" maintainer="Juan RP " homepage="http://trac.buildbot.net/" license="GPL-2" -checksum=9b2f761447db13e4068870567b36732d419d8f72f452b450c61089db98558a9c +checksum=9e7673bd79e57ff105e0916b9751aafda59cc2a8765c929710ef8e75e1162893 long_desc=" The BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and @@ -28,11 +28,10 @@ Add_dependency full python Add_dependency full python-jinja Add_dependency full Twisted -post_install() -{ +post_install() { # Install all contrib modules. local contribdir=${DESTDIR}/usr/share/buildbot/contrib - install -d ${contribdir} - install -m 755 ${wrksrc}/contrib/*.py ${contribdir} + vmkdir usr/share/buildbot/contrib + install -m755 ${wrksrc}/contrib/*.py ${contribdir} }