mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
9ac48a630e
svn path=/nixpkgs/trunk/; revision=30578
14 lines
484 B
Diff
14 lines
484 B
Diff
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@
|