about summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-10-14 19:25:58 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-10-14 19:25:58 +0200
commit621b66c3df4bfa1debec3002740480fb1a590c0e (patch)
treee53270092c9fcc1040ebfecfc4125615202dbce9 /pkgs/development/tools/ocaml
parent91202fd475d78472342b0cdda4a2f9b856202ebd (diff)
downloadnixlib-621b66c3df4bfa1debec3002740480fb1a590c0e.tar
nixlib-621b66c3df4bfa1debec3002740480fb1a590c0e.tar.gz
nixlib-621b66c3df4bfa1debec3002740480fb1a590c0e.tar.bz2
nixlib-621b66c3df4bfa1debec3002740480fb1a590c0e.tar.lz
nixlib-621b66c3df4bfa1debec3002740480fb1a590c0e.tar.xz
nixlib-621b66c3df4bfa1debec3002740480fb1a590c0e.tar.zst
nixlib-621b66c3df4bfa1debec3002740480fb1a590c0e.zip
js_of_ocaml: fix for OCaml < 4.0
Diffstat (limited to 'pkgs/development/tools/ocaml')
-rw-r--r--pkgs/development/tools/ocaml/js_of_ocaml/Makefile.conf.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/development/tools/ocaml/js_of_ocaml/Makefile.conf.diff b/pkgs/development/tools/ocaml/js_of_ocaml/Makefile.conf.diff
index e6fc96038ff8..0e3f55df6d20 100644
--- a/pkgs/development/tools/ocaml/js_of_ocaml/Makefile.conf.diff
+++ b/pkgs/development/tools/ocaml/js_of_ocaml/Makefile.conf.diff
@@ -8,3 +8,14 @@
  
  ####
  
+--- old/Makefile	2014-09-30 16:40:37.000000000 +0200
++++ new/Makefile	2015-10-14 10:28:41.366815864 +0200
+@@ -52,7 +52,7 @@
+ install-bin:
+ 	install -d -m 755 $(BINDIR)
+ 	install $(BIN) $(BINDIR)
+-	install $(TOOLS) $(BINDIR)
++	install $(TOOLS) $(BINDIR) || true
+ 
+ uninstall: uninstall-lib uninstall-bin
+