diff options
Diffstat (limited to 'comms/cqrlog/files/patch-src_dUtils.pas')
-rw-r--r-- | comms/cqrlog/files/patch-src_dUtils.pas | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/comms/cqrlog/files/patch-src_dUtils.pas b/comms/cqrlog/files/patch-src_dUtils.pas index c38a12b90071..48deee51f1e3 100644 --- a/comms/cqrlog/files/patch-src_dUtils.pas +++ b/comms/cqrlog/files/patch-src_dUtils.pas @@ -1,20 +1,20 @@ ---- src/dUtils.pas.orig 2015-03-04 15:17:21 UTC +--- src/dUtils.pas.orig 2016-04-20 16:06:15 UTC +++ src/dUtils.pas -@@ -2381,7 +2381,7 @@ var +@@ -2394,7 +2394,7 @@ var proj: string = ''; begin Result := ''; - Result := cqrini.ReadString('xplanet', 'path', '/usr/bin/xplanet'); -+ Result := cqrini.ReadString('xplanet', 'path', '%%LOCALBASE%%/xplanet'); ++ Result := cqrini.ReadString('xplanet', 'path', '%%LOCALBASE%%/bin/xplanet'); myloc := cqrini.ReadString('Station', 'LOC', ''); if not FileExists(Result) then begin -@@ -2671,7 +2671,7 @@ begin +@@ -2684,7 +2684,7 @@ begin if Device = '' then exit; - cmd := cqrini.ReadString('TRX', 'Path', '/usr/bin/rigctld'); -+ cmd := cqrini.ReadString('TRX', 'Path', '%%LOCALBASE%%/rigctld'); ++ cmd := cqrini.ReadString('TRX', 'Path', '%%LOCALBASE%%/bin/rigctld'); if not FileExists(cmd) then exit; cmd := cmd + ' --model=' + rigid; |