about summary refs log tree commit diff
path: root/corepkgs/fetchurl/Makefile.am
blob: 3cb63e0ce17785c57cfd6f456fd6ef38f7d3353a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
all-local: builder.sh

install-exec-local:
	$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs
	$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs/fetchurl
	$(INSTALL_DATA) default.nix $(DESTDIR)$(datadir)/nix/corepkgs/fetchurl
	$(INSTALL_PROGRAM) builder.sh $(DESTDIR)$(datadir)/nix/corepkgs/fetchurl

include ../../substitute.mk

EXTRA_DIST = default.nix builder.sh.in