From: Sven Luther Date: Thu, 15 Jul 2004 09:51:20 +0000 (+0000) Subject: missed debian/ prefix. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~789 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b03fe3d8f35837d5424a38e11c587a65929c8c0a;p=ocaml.git missed debian/ prefix. --- diff --git a/debian/rules b/debian/rules index 8b8ff763..4f319038 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 debian/ocaml-opt.files`; \ else \ dh_movefiles -pocaml \ --sourcedir=debian/ocaml-nox; \