summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/01_manpage_fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/patches/01_manpage_fix.patch b/debian/patches/01_manpage_fix.patch
deleted file mode 100644
index f20b9a58..00000000
--- a/debian/patches/01_manpage_fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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