From: Sven Luther Date: Thu, 15 Jul 2004 08:12:58 +0000 (+0000) Subject: Fixed typo X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~791 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=680529f0291524f1e4049580f5058ae3f559b0c8;p=ocaml.git Fixed typo --- diff --git a/debian/rules b/debian/rules index 518667b5..8b8ff763 100755 --- a/debian/rules +++ b/debian/rules @@ -146,7 +146,7 @@ install-arch: if [ -e opt-built-stamp ]; then \ dh_movefiles -pocaml \ --sourcedir=debian/ocaml-nox \ - `cat ocaml-opt.files`; + `cat ocaml-opt.files`; \ else \ dh_movefiles -pocaml \ --sourcedir=debian/ocaml-nox; \