about summary refs log tree commit diff
path: root/src/libstore/local.mk
diff options
context:
space:
mode:
authorJude Taylor <me@jude.bio>2015-10-21T19·38-0700
committerJude Taylor <me@jude.bio>2015-10-21T19·38-0700
commitff6953cb031c0d2a625bbb2df985a7a3bb17bc46 (patch)
tree428b78785f83be8ee4d49bf7082d972b43f17789 /src/libstore/local.mk
parent15c7a79ed3723c24bbd33f84914d32142da1c2a9 (diff)
Add resolve-system-dependencies.pl
Diffstat (limited to 'src/libstore/local.mk')
-rw-r--r--src/libstore/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/local.mk b/src/libstore/local.mk
index 4a4ba17c4b31..f10981ad444c 100644
--- a/src/libstore/local.mk
+++ b/src/libstore/local.mk
@@ -33,4 +33,4 @@ $(d)/local-store.cc: $(d)/schema.sql.hh
 clean-files += $(d)/schema.sql.hh
 
 $(eval $(call install-file-in, $(d)/nix-store.pc, $(prefix)/lib/pkgconfig, 0644))
-$(eval $(call install-file-in, $(d)/sandbox-defaults.sb, $(prefix)/share/nix, 0644))
+$(eval $(call install-file-in, $(d)/sandbox-defaults.sb, $(datadir)/nix, 0644))