You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ml/seq/files/seq-0.1-gentoo.patch

11 lines
309 B

--- a/Makefile 2019-07-21 21:17:32.334645928 +0200
+++ b/Makefile 2019-07-21 21:18:28.565894767 +0200
@@ -9,6 +9,6 @@
TOINSTALL=$(wildcard _build/src/*)
install:
- ocamlfind install seq META $(TOINSTALL)
+ ocamlfind install -destdir $(DESTDIR)@LIBDIR@ seq META $(TOINSTALL)
.PHONY: build clean install