nixpkgs/pkgs/development/tools/ocaml/js_of_ocaml/Makefile.conf.diff

11 lines
238 B
Diff
Raw Normal View History

2014-05-28 20:04:40 +00:00
--- old/Makefile.conf 2014-05-19 16:53:09.263564921 +0200
+++ new/Makefile.conf 2014-05-19 16:53:42.213152994 +0200
@@ -1,6 +1,6 @@
# Where binaries are installed:
2014-10-14 11:04:19 +00:00
-BINDIR := `dirname \`which ocamlc\``
2014-05-28 20:04:40 +00:00
+BINDIR := $(out)/bin
####