From 13952c9fff9380f1788733767cf9f261d54761fe Mon Sep 17 00:00:00 2001 From: Michael Tindal Date: Thu, 23 Jun 2005 13:22:03 +0000 Subject: Make it so webshot accepts arguments. (Portage version: 2.0.51.22-r1) --- dev-dotnet/gecko-sharp/files/gecko-sharp-webshot-fix.patch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dev-dotnet/gecko-sharp/files/gecko-sharp-webshot-fix.patch (limited to 'dev-dotnet/gecko-sharp/files') diff --git a/dev-dotnet/gecko-sharp/files/gecko-sharp-webshot-fix.patch b/dev-dotnet/gecko-sharp/files/gecko-sharp-webshot-fix.patch new file mode 100644 index 000000000000..b2e6f3d5072a --- /dev/null +++ b/dev-dotnet/gecko-sharp/files/gecko-sharp-webshot-fix.patch @@ -0,0 +1,7 @@ +diff -uNr gecko-sharp-2.0-0.7.orig/sample/webshot.in gecko-sharp-2.0-0.7/sample/webshot.in +--- gecko-sharp-2.0-0.7.orig/sample/webshot.in 2004-11-15 15:52:28.000000000 -0600 ++++ gecko-sharp-2.0-0.7/sample/webshot.in 2005-06-23 04:19:43.000000000 -0500 +@@ -1,2 +1,2 @@ + #!/bin/sh +-exec mono @libdir@/gecko-sharp/WebThumbnailer.exe ++exec mono @libdir@/gecko-sharp/WebThumbnailer.exe "$@" -- cgit v1.2.3-65-gdbad