Author: benm Date: 2005-05-12 17:14:35 -0400 (Thu, 12 May 2005) New Revision: 44469
Modified: trunk/gtkmozembed-sharp/sample/Makefile.am trunk/gtkmozembed-sharp/sample/webshot.in Log: fix up paths here Modified: trunk/gtkmozembed-sharp/sample/Makefile.am =================================================================== --- trunk/gtkmozembed-sharp/sample/Makefile.am 2005-05-12 20:58:42 UTC (rev 44468) +++ trunk/gtkmozembed-sharp/sample/Makefile.am 2005-05-12 21:14:35 UTC (rev 44469) @@ -3,7 +3,7 @@ bin_SCRIPTS = webshot -exedir = $(prefix)/lib/gecko-sharp-2.0 +exedir = $(prefix)/lib/mono/gecko-sharp-2.0 exe_DATA = WebThumbnailer.exe all: GtkMozApp.exe WebThumbnailer.exe Modified: trunk/gtkmozembed-sharp/sample/webshot.in =================================================================== --- trunk/gtkmozembed-sharp/sample/webshot.in 2005-05-12 20:58:42 UTC (rev 44468) +++ trunk/gtkmozembed-sharp/sample/webshot.in 2005-05-12 21:14:35 UTC (rev 44469) @@ -1,2 +1,2 @@ #!/bin/sh -exec @MONO@ @prefix@/lib/gecko-sharp-2.0/WebThumbnailer.exe +exec @MONO@ @prefix@/lib/mono/gecko-sharp-2.0/WebThumbnailer.exe _______________________________________________ Mono-patches maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-patches
