From 15cdc14d7113be4847859ab2be012c7afe63d1af Mon Sep 17 00:00:00 2001 From: Michael Hanson Date: Mon, 17 May 2010 20:18:10 +0000 Subject: foldingathome: Remove "-verbosity 9" from run file. Closes #694 --- abs/extra-testing/community/foldingathome/PKGBUILD | 8 +++++--- abs/extra-testing/community/foldingathome/run | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/abs/extra-testing/community/foldingathome/PKGBUILD b/abs/extra-testing/community/foldingathome/PKGBUILD index bb93407..6f00936 100644 --- a/abs/extra-testing/community/foldingathome/PKGBUILD +++ b/abs/extra-testing/community/foldingathome/PKGBUILD @@ -4,7 +4,7 @@ pkgname=foldingathome pkgver=6.02 -pkgrel=6 +pkgrel=7 pkgdesc="Folding@Home is a distributed computing project which studies protein folding, misfolding, aggregation, and related diseases." arch=('i686') url="http://folding.stanford.edu/" @@ -14,13 +14,15 @@ backup=('etc/conf.d/foldingathome') install=foldingathome.install source=(http://www.stanford.edu/group/pandegroup/folding/release/FAH$pkgver-Linux.tgz run) -md5sums=('112b3d66909050f1bb990993a1464cb9' - '61eb4617e7363d586a05dde980ad1c14') build() { cd $startdir/src/ + tar zxf FAH${pkgver}-Linux.tgz + # At this stage, the mpiexec is not included because it requires x86_64. install -D -c -m755 fah6 $startdir/pkg/usr/bin/fah6 || return 1 install -D -m755 run $startdir/pkg/etc/sv/fah/run } +md5sums=('112b3d66909050f1bb990993a1464cb9' + 'cefaf5ba2f3e2fe81533b5ee4795dc78') diff --git a/abs/extra-testing/community/foldingathome/run b/abs/extra-testing/community/foldingathome/run index ede51f2..cd4a072 100644 --- a/abs/extra-testing/community/foldingathome/run +++ b/abs/extra-testing/community/foldingathome/run @@ -22,5 +22,5 @@ if [ -d $FOLDING_DIR ] ; then # No need to direct output to a log file becase a log file # will automatically be placed in $FOLDING_DIR - exec /usr/bin/fah6 -verbosity 9 &> /dev/null < /dev/null + exec /usr/bin/fah6 &> /dev/null < /dev/null fi -- cgit v0.12