summaryrefslogtreecommitdiff
path: root/debian/patches/01_manpage_fix.patch
diff options
context:
space:
mode:
authorJordi Mallach <jordi@debian.org>2006-04-05 17:13:05 +0000
committerJordi Mallach <jordi@debian.org>2006-04-05 17:13:05 +0000
commitc85bd73a0914399dc0e7d33efe66dd6c49841cd7 (patch)
treedc79e2f832cfb003f3da5840b4b0c01b060557af /debian/patches/01_manpage_fix.patch
parent [ Josselin Mouette ] (diff)
downloadzenity-c85bd73a0914399dc0e7d33efe66dd6c49841cd7.tar.gz
zenity-c85bd73a0914399dc0e7d33efe66dd6c49841cd7.tar.bz2
zenity-c85bd73a0914399dc0e7d33efe66dd6c49841cd7.zip
Update to 2.14.0.
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