mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
js_of_ocaml: fix for OCaml < 4.0
This commit is contained in:
parent
91202fd475
commit
621b66c3df
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user