guix/corepkgs/nar/Makefile.am

12 lines
340 B
Makefile
Raw Normal View History

all-local: nar.sh
2003-07-18 07:42:57 +00:00
install-exec-local:
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs/nar
$(INSTALL_DATA) $(srcdir)/nar.nix $(DESTDIR)$(datadir)/nix/corepkgs/nar
$(INSTALL_PROGRAM) nar.sh $(DESTDIR)$(datadir)/nix/corepkgs/nar
2003-07-18 07:42:57 +00:00
include ../../substitute.mk
EXTRA_DIST = nar.nix nar.sh.in