[Pkg-ocaml-maint-commits] [SCM] mingw32-ocaml packaging branch, master, updated. upstream/4.00.1_20130426-20-gec7128c

Romain Beauxis toots at rastageeks.org
Wed Mar 27 14:22:13 UTC 2013


The following commit has been merged in the master branch:
commit a73ef2f453f308e30f5f74e1226737750cffe336
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Wed Mar 27 07:44:23 2013 -0500

    Fix clean.

diff --git a/debian/rules b/debian/rules
index 7567bab..8edf6ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_auto_install:
 	make install BINARY_DIR=$(BINARY_DIR) INSTALL_DIR=$(CURDIR)/debian/tmp
 	
 override_dh_auto_clean:
-	make clean
+	make clean BINARY_DIR=$(BINARY_DIR)
 	rm -rf debian/*.log
 
 override_dh_strip:

-- 
mingw32-ocaml packaging



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