about summary refs log tree commit diff
path: root/src/bsdiff-4.3
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-12-02T20·21+0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-12-02T20·21+0000
commitf3cf0436b520918e061bf91efef3bb19b99bf726 (patch)
tree2fcc110345e203fdac52f949a8decc7d3cb2af36 /src/bsdiff-4.3
parent0202ce6b94f287f70a6723473c73a4c7f135dae4 (diff)
Install bsdiff and bspatch in $(libexecdir)/nix
Diffstat (limited to 'src/bsdiff-4.3')
-rw-r--r--src/bsdiff-4.3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bsdiff-4.3/Makefile b/src/bsdiff-4.3/Makefile
index a56f6c124d..c0d74e0ca4 100644
--- a/src/bsdiff-4.3/Makefile
+++ b/src/bsdiff-4.3/Makefile
@@ -3,11 +3,11 @@ PROGRAMS += bsdiff bspatch
 bsdiff_DIR := $(d)
 bsdiff_SOURCES = bsdiff.c
 bsdiff_LDFLAGS = -lbz2 $(bsddiff_compat_include)
-bsdiff_INSTALL_DIR = $(libexecdir)
+bsdiff_INSTALL_DIR = $(libexecdir)/nix
 
 bspatch_DIR := $(d)
 bspatch_SOURCES = bspatch.c
 bspatch_LDFLAGS = -lbz2 $(bsddiff_compat_include)
-bspatch_INSTALL_DIR = $(libexecdir)
+bspatch_INSTALL_DIR = $(libexecdir)/nix
 
 dist_files += $(d)/compat-include/*