ports/comms/cqrlog/files/patch-src_dUtils.pas
Stephen Hurd ba8ec99300 Update to latest release
Remove expansion of lat/lon field as upstream says it will never be
necessary again.
2016-04-24 21:29:32 +00:00

20 lines
666 B
ObjectPascal

--- src/dUtils.pas.orig 2016-04-20 16:06:15 UTC
+++ src/dUtils.pas
@@ -2394,7 +2394,7 @@ var
proj: string = '';
begin
Result := '';
- Result := cqrini.ReadString('xplanet', 'path', '/usr/bin/xplanet');
+ Result := cqrini.ReadString('xplanet', 'path', '%%LOCALBASE%%/bin/xplanet');
myloc := cqrini.ReadString('Station', 'LOC', '');
if not FileExists(Result) then
begin
@@ -2684,7 +2684,7 @@ begin
if Device = '' then
exit;
- cmd := cqrini.ReadString('TRX', 'Path', '/usr/bin/rigctld');
+ cmd := cqrini.ReadString('TRX', 'Path', '%%LOCALBASE%%/bin/rigctld');
if not FileExists(cmd) then
exit;
cmd := cmd + ' --model=' + rigid;