From: Ralf Treinen Date: Sun, 2 Jul 2006 21:23:06 +0000 (+0000) Subject: fixed some typos X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~633 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=123f91a695464dfd408e2761fb1b8fa1c17b5f10;p=ocaml.git fixed some typos --- diff --git a/debian/policy/chapter-progpack.xml b/debian/policy/chapter-progpack.xml index 353bbe30..3adeeede 100644 --- a/debian/policy/chapter-progpack.xml +++ b/debian/policy/chapter-progpack.xml @@ -10,7 +10,7 @@ - Programs which are not particularly CPU angry should be compiled in + Programs which are not particularly CPU hungry should be compiled in bytecode form and the corresponding binary packages should be Architecture: all in order to minimize archive usage and avoid the need of rebuilding them on all architectures. Other programs @@ -49,7 +49,7 @@ if [ -x /usr/bin/ocamlopt ]; then \ $(MAKE) opt; \ - else; \ + else \ $(MAKE) all; \ fi