From bc7321ab0aeb182d745bb20ba335705baea834df Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 30 Sep 2013 18:50:26 +0200 Subject: [PATCH] [sndio-cvs] 20130930 Set CVS_RSH=ssh in PKGBUILD. --- sndio-cvs/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sndio-cvs/PKGBUILD b/sndio-cvs/PKGBUILD index 5f33b22..9e0a91a 100644 --- a/sndio-cvs/PKGBUILD +++ b/sndio-cvs/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Christian Neukirchen pkgname=sndio-cvs -pkgver=20130406 +pkgver=20130930 pkgrel=1 pkgdesc="small audio and MIDI framework part of the OpenBSD project" arch=('i686' 'x86_64') @@ -29,6 +29,7 @@ pkgver() { build() { cd "$srcdir" msg "Connecting to $_cvsmod CVS server...." + export CVS_RSH=ssh if [[ -d "$_cvsmod/CVS" ]]; then cd "$_cvsmod"