summaryrefslogtreecommitdiff
path: root/debian/patches/01_manpage_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/01_manpage_fix.patch')
-rw-r--r--debian/patches/01_manpage_fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/01_manpage_fix.patch b/debian/patches/01_manpage_fix.patch
new file mode 100644
index 00000000..f20b9a58
--- /dev/null
+++ b/debian/patches/01_manpage_fix.patch
@@ -0,0 +1,12 @@
+diff -Nur zenity-2.14.0/data/zenity.1 zenity-2.14.0.new/data/zenity.1
+--- zenity-2.14.0/data/zenity.1 2005-09-24 17:15:04.000000000 +0200
++++ zenity-2.14.0.new/data/zenity.1 2006-03-31 19:17:01.000000000 +0200
+@@ -250,7 +250,7 @@
+ .PP
+ Display a progress dialog while searching for all the postscript files in your home directory
+ .P
+-find `echo $HOME` '*.ps' | zenity \-\-progress \-\-pulsate
++find $HOME -name '*.ps' | zenity \-\-progress \-\-pulsate
+ .SH AUTHOR
+ \fBZenity\fP was written by Glynn Foster <glynn.foster@sun.com>.
+ .P
bgstack15