aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/ocaml-modules/ocamlgraph/destdir.patch
blob: 38fca1c491fa555927c86b255a801ce97c3e41d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -Naur -x '*~' ocamlgraph-1.8.1/Makefile.in ocamlgraph-1.8.1-new//Makefile.in
--- ocamlgraph-1.8.1/Makefile.in	2011-10-17 09:57:03.000000000 -0430
+++ ocamlgraph-1.8.1-new//Makefile.in	2011-11-24 13:01:22.626004819 -0430
@@ -16,8 +16,8 @@
 ##########################################################################
 
 # Where to install the binaries
-DESTDIR	=
 prefix	=@prefix@
+DESTDIR=$(prefix)
 exec_prefix=@exec_prefix@
 datarootdir=@datarootdir@
 BINDIR	=$(DESTDIR)@bindir@