blob: 6237c5500a506c6c0cfc137b705458afda4f73db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1 2009/02/16 16:29:18 joerg Exp $
--- Makefile.orig 2009-02-16 17:09:51.000000000 +0100
+++ Makefile
@@ -22,7 +22,7 @@ install:
$(MAKE) install-meta
cd src/findlib; $(MAKE) install-num-top
$(MAKE) install-config
- cp tools/safe_camlp4 $(OCAMLFIND_BIN)
+ cp tools/safe_camlp4 ${DESTDIR}$(OCAMLFIND_BIN)
uninstall:
$(MAKE) uninstall-doc
|