nix-super/corepkgs/nar/Makefile.am

12 lines
330 B
Makefile
Raw Normal View History

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