diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-03 17:42:58 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-03 17:42:58 +0000 |
commit | dac73415c1d8a09ab1c085b62c566496dc2b1711 (patch) | |
tree | 542fd9dca73a906b2f6f3f05692f61623a6c8204 /packages/dpkg/files/noman.patch | |
parent | 8754b50f6dcb3d25ec6c35a1080a9845f947f039 (diff) |
dpkg: sync with poky
Diffstat (limited to 'packages/dpkg/files/noman.patch')
-rw-r--r-- | packages/dpkg/files/noman.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/dpkg/files/noman.patch b/packages/dpkg/files/noman.patch new file mode 100644 index 0000000000..f5984fe14a --- /dev/null +++ b/packages/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 + |