[Pkg-ocaml-maint-commits] [lambda-term] 01/02: Fix Make syntax in debian/rules which caused FTBFS on bytecode architectures

Hilko Bengen bengen at moszumanska.debian.org
Fri Feb 12 21:00:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository lambda-term.

commit f4e112877e3c812ec0732caf62de6fe439899ae6
Author: Hilko Bengen <bengen at debian.org>
Date:   Fri Feb 12 21:54:21 2016 +0100

    Fix Make syntax in debian/rules which caused FTBFS on bytecode architectures
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0015a5e..cb6e9ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ override_dh_auto_install:
 .PHONY: override_dh_install
 override_dh_install:
 ifeq ($(OCAML_NATDYNLINK),no)
-        find $(DESTDIR) -name '*.cmxs' -delete
+	find $(DESTDIR) -name '*.cmxs' -delete
 endif
 	dh_install --fail-missing
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/lambda-term.git



More information about the Pkg-ocaml-maint-commits mailing list