From d072485d2895d01dbbab1d899418726e3349343f Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 10 Jul 2003 13:41:28 +0000 Subject: * Get `nix-push' working again. It now uses Nix/Fix to create Nix archives (using the package in corepkgs/nar). * queryPathByHash -> expandHash, and it takes an argument specifying the target path (which may be empty). * Install the core Fix packages in $prefix/share/fix. TODO: bootstrap Nix and install Nix as a Fix package. --- corepkgs/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 corepkgs/Makefile.am (limited to 'corepkgs/Makefile.am') diff --git a/corepkgs/Makefile.am b/corepkgs/Makefile.am new file mode 100644 index 000000000000..9ce9c8c790eb --- /dev/null +++ b/corepkgs/Makefile.am @@ -0,0 +1,8 @@ +install-data-local: + $(INSTALL) -d $(datadir)/fix + $(INSTALL) -d $(datadir)/fix/fetchurl + $(INSTALL_DATA) fetchurl/fetchurl.fix $(datadir)/fix/fetchurl + $(INSTALL_DATA) fetchurl/fetchurl.sh $(datadir)/fix/fetchurl + $(INSTALL) -d $(datadir)/fix/nar + $(INSTALL_DATA) nar/nar.fix $(datadir)/fix/nar + $(INSTALL_DATA) nar/nar.sh $(datadir)/fix/nar -- cgit 1.4.1