pkgsrc/misc/gkrellm-weather/patches/patch-aa
cube 493ab306f0 Update to version 2.0.6, by tripledes /AT/ eslack /DOT/ org in pkgsrc-wip.
This is the GKrellM-2 port of the weather plugin.
2004-02-24 23:15:55 +00:00

13 lines
571 B
Text

$NetBSD: patch-aa,v 1.2 2004/02/24 23:15:55 cube Exp $
--- gkrellweather.c.orig 2003-11-02 12:05:08.000000000 +0000
+++ gkrellweather.c 2003-11-02 12:05:23.000000000 +0000
@@ -983,7 +983,7 @@
options.windspeed_unit = 1;
options.pressure_unit = 1;
strcpy(options.station, DEFAULT_STATION_ID);
- sprintf(options.command, "/usr/share/gkrellm/GrabWeather %s", options.station);
+ sprintf(options.command, "GrabWeather %s", options.station);
sprintf(options.filename, "%s/.wmWeatherReports/%s.dat",
getenv("HOME"), options.station);
}