# HG changeset patch # User Michael Schloh von Bennewitz # Date 1343858494 -7200 # Node ID 085c98460a58b71609749d9ca39d9504a69678a3 # Parent 3e6a6a3025fe4a177df07fba91357c4c779703e7 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. diff -r 3e6a6a3025fe -r 085c98460a58 openpkg/openpkg.spec --- a/openpkg/openpkg.spec Wed Aug 01 23:56:04 2012 +0200 +++ b/openpkg/openpkg.spec Thu Aug 02 00:01:34 2012 +0200 @@ -1061,6 +1061,7 @@ ./configure \ --prefix=%{l_prefix} \ --disable-nls + touch man/diff.1 man/diff3.1 && ${l_make} || exit $? ( mv src/diff src/diff3 src/sdiff src/cmp .. ${l_make} clean || true mv ../diff ../diff3 ../sdiff ../cmp .