diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-06-19 15:16:30 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-10-23 20:08:06 +0200 |
commit | 04e886124d1640df0d045d295c6a37fcd3dd591a (patch) | |
tree | 9003fbc8805a58d54563c0bc456ad513c39338f4 /packages/apt/apt-0.7.14/nodoc.patch | |
parent | 6e7714846b1931d12af941938b2a547ca55adaa9 (diff) |
apt: add 0.7.14 (from Poky)
git-svn-id: https://svn.o-hand.com/repos/poky@4710 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'packages/apt/apt-0.7.14/nodoc.patch')
-rw-r--r-- | packages/apt/apt-0.7.14/nodoc.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/apt/apt-0.7.14/nodoc.patch b/packages/apt/apt-0.7.14/nodoc.patch new file mode 100644 index 0000000000..9101847189 --- /dev/null +++ b/packages/apt/apt-0.7.14/nodoc.patch @@ -0,0 +1,15 @@ +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- apt-0.6.45exp2.orig/Makefile ++++ apt-0.6.45exp2/Makefile +@@ -17,7 +17,7 @@ all headers library clean veryclean bina + $(MAKE) -C cmdline $@ + $(MAKE) -C ftparchive $@ + $(MAKE) -C dselect $@ +- $(MAKE) -C doc $@ ++# $(MAKE) -C doc $@ + $(MAKE) -C po $@ + + # Some very common aliases |