]> git.pld-linux.org Git - packages/findutils.git/commitdiff
- added missing \n at the end of xargs --help
authoradasi <adasi@pld-linux.org>
Mon, 4 Feb 2002 15:43:43 +0000 (15:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    findutils-xargs_help_cr.patch -> 1.1
    findutils.spec -> 1.49

findutils-xargs_help_cr.patch [new file with mode: 0644]
findutils.spec

diff --git a/findutils-xargs_help_cr.patch b/findutils-xargs_help_cr.patch
new file mode 100644 (file)
index 0000000..0a8ad63
--- /dev/null
@@ -0,0 +1,11 @@
+diff -urN findutils-4.1.7.orig/xargs/xargs.c findutils-4.1.7/xargs/xargs.c
+--- findutils-4.1.7.orig/xargs/xargs.c Mon Feb  4 16:51:29 2002
++++ findutils-4.1.7/xargs/xargs.c      Mon Feb  4 16:53:11 2002
+@@ -922,6 +922,6 @@
+        [--max-args=max-args] [--no-run-if-empty] [--version] [--help]\n\
+        [command [initial-arguments]]\n"),
+          program_name);
+-  fputs (_("\nReport bugs to <bug-findutils@gnu.org>."), stream);
++  fputs (_("\nReport bugs to <bug-findutils@gnu.org>.\n"), stream);
+   exit (status);
+ }
index 8f616b0b5e79a52da7f2b635b9a2ed897f3efa2a..0e9da2d6ef5cc17e1df4ed229f42f4c2dd993f35 100644 (file)
@@ -18,6 +18,7 @@ Patch2:               %{name}-mktemp.patch
 Patch3:                %{name}-getshort.patch
 Patch4:                %{name}-DESTDIR.patch
 Patch5:                %{name}-am-workaround.patch
+Patch6:                %{name}-xargs_help_cr.patch
 BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -65,6 +66,7 @@ arayabilirsiniz.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 touch lib/{stat,lstat}.c
This page took 0.046524 seconds and 4 git commands to generate.