1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00
nix/corepkgs/fetchurl/Makefile.am

12 lines
365 B
Makefile
Raw Normal View History

all-local: builder.sh
2003-07-18 03:42:57 -04:00
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
2003-07-18 03:42:57 -04:00
include ../../substitute.mk
EXTRA_DIST = default.nix builder.sh.in