diff options
Diffstat (limited to 'meta/packages/apt/apt-0.7.3/nodoc.patch')
-rw-r--r-- | meta/packages/apt/apt-0.7.3/nodoc.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/apt/apt-0.7.3/nodoc.patch b/meta/packages/apt/apt-0.7.3/nodoc.patch new file mode 100644 index 0000000000..9101847189 --- /dev/null +++ b/meta/packages/apt/apt-0.7.3/nodoc.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | --- | ||
2 | Makefile | 2 +- | ||
3 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
4 | |||
5 | --- apt-0.6.45exp2.orig/Makefile | ||
6 | +++ apt-0.6.45exp2/Makefile | ||
7 | @@ -17,7 +17,7 @@ all headers library clean veryclean bina | ||
8 | $(MAKE) -C cmdline $@ | ||
9 | $(MAKE) -C ftparchive $@ | ||
10 | $(MAKE) -C dselect $@ | ||
11 | - $(MAKE) -C doc $@ | ||
12 | +# $(MAKE) -C doc $@ | ||
13 | $(MAKE) -C po $@ | ||
14 | |||
15 | # Some very common aliases | ||