Use upstream man pages to avoid local help2man failures, likely due to

Thu, 02 Aug 2012 00:01:34 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 02 Aug 2012 00:01:34 +0200
changeset 439
085c98460a58
parent 438
3e6a6a3025fe
child 440
6a2e97ed1f86

Use upstream man pages to avoid local help2man failures, likely due to
shell capability assumptions or cross platform environment variance.
The upstream man pages are probably better formatted anyway.

openpkg/openpkg.spec file | annotate | diff | comparison | revisions
     1.1 --- a/openpkg/openpkg.spec	Wed Aug 01 23:56:04 2012 +0200
     1.2 +++ b/openpkg/openpkg.spec	Thu Aug 02 00:01:34 2012 +0200
     1.3 @@ -1061,6 +1061,7 @@
     1.4        ./configure \
     1.5            --prefix=%{l_prefix} \
     1.6            --disable-nls
     1.7 +      touch man/diff.1 man/diff3.1 && ${l_make} || exit $?
     1.8        ( mv src/diff src/diff3 src/sdiff src/cmp ..
     1.9          ${l_make} clean || true
    1.10          mv ../diff ../diff3 ../sdiff ../cmp .

mercurial