Fixed debian/rules typo which prevented building.
authorSven Luther <luther@debian.org>
Mon, 26 Jul 2004 13:39:26 +0000 (13:39 +0000)
committerSven Luther <luther@debian.org>
Mon, 26 Jul 2004 13:39:26 +0000 (13:39 +0000)
debian/rules

index 3c1c9766bd18684b4f6d3909760a24c6194634ef..5cac9af24943fc59bda3e1a4313bda9156fc133a 100755 (executable)
@@ -179,7 +179,7 @@ install-arch:
        if [ -e opt-built-stamp ]; then                                 \
                install -m 644 utils/*.cmx utils/*.o typing/*.cmx       \
                        typing/*.o parsing/*.cmx parsing/*.o            \
-                       $(CURDIR)/debian/ocaml-compiler-libs/usr/lib/ocaml/3.08/compiler-libs \
+                       $(CURDIR)/debian/ocaml-compiler-libs/usr/lib/ocaml/3.08/compiler-libs; \
        fi