[Pkg-ocaml-maint-commits] r2445 - trunk/packages/facile/trunk/debian

Steffen Joeris white-guest at costa.debian.org
Sun Jan 8 18:04:18 UTC 2006


Author: white-guest
Date: 2006-01-08 18:04:17 +0000 (Sun, 08 Jan 2006)
New Revision: 2445

Modified:
   trunk/packages/facile/trunk/debian/rules
Log:
* correct the build process and make sure
  the dirs are created during the build


Modified: trunk/packages/facile/trunk/debian/rules
===================================================================
--- trunk/packages/facile/trunk/debian/rules	2006-01-08 18:03:57 UTC (rev 2444)
+++ trunk/packages/facile/trunk/debian/rules	2006-01-08 18:04:17 UTC (rev 2445)
@@ -13,11 +13,9 @@
 ocamlinit::
 	sed -e 's%#OcamlABI#%$(OCAMLABI)%' debian/control.in >debian/control
 
-debian/libfacile-ocaml-dev.dirs:
-	sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
-
 common-configure-arch::  
 	echo FACILEDIR=debian/libfacile-ocaml-dev/`ocamlc -where`/facile >config_Makefile
+	sed -e 's%#OcamlABI#%$(OCAMLABI)%' debian/libfacile-ocaml-dev.dirs.in >debian/libfacile-ocaml-dev.dirs
 	dpatch apply-all
 	
 clean::




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