2013-09-26 17:14:40 +02:00

14 lines
570 B
Plaintext

$NetBSD: patch-aj,v 1.1.1.1 2005/12/28 13:07:14 ghen Exp $
--- src/cvscontrol.cpp.orig 2005-07-25 22:14:36.000000000 +0200
+++ src/cvscontrol.cpp
@@ -2168,7 +2168,7 @@ void CvsControl::callInteractiveCmd( QSt
#ifdef Q_WS_WIN
command += "export CVS_RSH=" + cvsRsh + " && ";
#else
- QString rsh = APPDIR + "/" + LC_TOOLS_DIR + "/rshwrapper";
+ QString rsh = "%%PREFIX%%/libexec/rshwrapper";
if (!QFileInfo(rsh).exists()) {
showWarning( tr("Warning"), tr("can't access rshwrapper: "+rsh+": file not found") );
cvsCallFailed(icmd,instance);