guix/corepkgs/nar/Makefile.am

14 lines
493 B
Makefile
Raw Normal View History

2003-07-18 07:42:57 +00:00
all-local: nar.sh unnar.sh
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
$(INSTALL_DATA) unnar.nix $(DESTDIR)$(datadir)/nix/corepkgs/nar
$(INSTALL_PROGRAM) unnar.sh $(DESTDIR)$(datadir)/nix/corepkgs/nar
2003-07-18 07:42:57 +00:00
include ../../substitute.mk
2003-11-22 20:39:51 +00:00
EXTRA_DIST = nar.nix nar.sh.in unnar.nix unnar.sh.in