1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Install bsdiff and bspatch in $(libexecdir)/nix

This commit is contained in:
Eelco Dolstra 2013-12-02 20:21:31 +00:00
parent 0202ce6b94
commit f3cf0436b5
3 changed files with 4 additions and 4 deletions

View file

@ -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/*