Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 42b8812f93a02b4773b4ae306bd3be89 > files > 3

ocaml-p3l-2.03-8.fc15.src.rpm

#! /bin/sh /usr/share/dpatch/dpatch-run
## 02-install-mli.dpatch by Sylvain Le Gall <gildor@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Install mli file in destination directory.

@DPATCH@
diff -urNad ocamlp3l~/Source/Makefile ocamlp3l/Source/Makefile
--- ocamlp3l~/Source/Makefile	2008-06-17 18:37:14.000000000 +0000
+++ ocamlp3l/Source/Makefile	2008-08-09 17:01:08.000000000 +0000
@@ -61,8 +61,9 @@
 
 all: $(CAMLBYTOBJS) $(CAMLBINOBJS)
 
-install: $(CAMLIOBJS) $(CAMLBYTOBJS) $(CAMLBINOBJS)
+install: $(CAMLIOBJS) $(CAMLBYTOBJS) $(CAMLBINOBJS) $(ALLMLISOURCES)
 	$(MKDIR) $(PACKAGELIBDIR)
+	$(CP) $(ALLMLISOURCES) $(PACKAGELIBDIR)
 	$(CP) $(CAMLIOBJS) $(PACKAGELIBDIR)
 	$(CP) $(CAMLBYTOBJS) $(PACKAGELIBDIR)
 	$(CP) $(CAMLBINOBJS) $(CAMLOOBJS) $(PACKAGELIBDIR)