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

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

include ../../substitute.mk

EXTRA_DIST = default.nix builder.sh.in