diff options
Diffstat (limited to 'recipes/dpkg/files/noman.patch')
-rw-r--r-- | recipes/dpkg/files/noman.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/dpkg/files/noman.patch b/recipes/dpkg/files/noman.patch new file mode 100644 index 0000000000..f5984fe14a --- /dev/null +++ b/recipes/dpkg/files/noman.patch @@ -0,0 +1,16 @@ +--- + Makefile.am | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +--- dpkg-1.13.22.orig/Makefile.am ++++ dpkg-1.13.22/Makefile.am +@@ -15,8 +15,7 @@ SUBDIRS = \ + utils \ + scripts \ + po \ +- origins \ +- man ++ origins + + ACLOCAL_AMFLAGS = -I m4 + |