--- gkrellweather.c.orig	Fri Jul  4 19:27:02 2008
+++ gkrellweather.c	Fri Jul  4 19:27:51 2008
@@ -714,7 +714,7 @@
         options.station[1] = c[1];
         options.station[2] = c[2];
         options.station[3] = c[3];
-        sprintf(options.command, PREFIX "/bin/GrabWeather %s", options.station);
+        sprintf(options.command, PREFIX "/bin/gkrellm.GrabWeather %s", options.station);
         sprintf(options.filename, "%s/.wmWeatherReports/%s.dat",
                 getenv("HOME"), options.station);
 	net_update = FALSE;
@@ -977,7 +977,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, PREFIX "/bin/gkrellm.GrabWeather %s", options.station);
     sprintf(options.filename, "%s/.wmWeatherReports/%s.dat",
             getenv("HOME"), options.station);
 }
