2005-01-25 17:08:52 +00:00
|
|
|
all-local: nar.sh
|
2003-07-18 07:42:57 +00:00
|
|
|
|
|
|
|
install-exec-local:
|
2003-12-30 20:09:00 +00:00
|
|
|
$(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 07:42:57 +00:00
|
|
|
|
|
|
|
include ../../substitute.mk
|
2003-07-23 15:53:34 +00:00
|
|
|
|
2005-01-25 17:08:52 +00:00
|
|
|
EXTRA_DIST = nar.nix nar.sh.in
|