diff options
author | Michael Tindal <urilith@gentoo.org> | 2005-06-23 13:22:03 +0000 |
---|---|---|
committer | Michael Tindal <urilith@gentoo.org> | 2005-06-23 13:22:03 +0000 |
commit | 13952c9fff9380f1788733767cf9f261d54761fe (patch) | |
tree | e02bebf708621169fea2b0a329f778c96adf63c4 /dev-dotnet/gecko-sharp/files | |
parent | Version bump (diff) | |
download | gentoo-2-13952c9fff9380f1788733767cf9f261d54761fe.tar.gz gentoo-2-13952c9fff9380f1788733767cf9f261d54761fe.tar.bz2 gentoo-2-13952c9fff9380f1788733767cf9f261d54761fe.zip |
Make it so webshot accepts arguments.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-dotnet/gecko-sharp/files')
-rw-r--r-- | dev-dotnet/gecko-sharp/files/gecko-sharp-webshot-fix.patch | 7 |
1 files changed, 7 insertions, 0 deletions
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 "$@" |