mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
15 lines
432 B
Diff
15 lines
432 B
Diff
diff --git a/Makefile b/Makefile
|
|
index b8c2e01..fcd07ed 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -149,7 +149,8 @@ webdoc:
|
|
install: install-lib install-bin
|
|
|
|
install-bin:
|
|
- $(CP) $(HIGLO) $(HIGLO_BYTE) $(MK_HIGLO) `dirname \`which ocamlfind\``/
|
|
+ mkdir -p $(out)/bin
|
|
+ $(CP) $(HIGLO) $(HIGLO_BYTE) $(MK_HIGLO) $(out)/bin
|
|
|
|
install-lib: higlo.cmo higlo.cmx higlo.cmxs $(HIGLO) $(HIGLO_BYTE)
|
|
ocamlfind install higlo META LICENSE \
|