mirror of
https://github.com/NixOS/nix
synced 2025-07-16 02:01:59 +02:00
* Generate nar.sh, fetchurl.sh.
This commit is contained in:
parent
b3fc38bf6a
commit
ab350eafd2
9 changed files with 32 additions and 27 deletions
8
corepkgs/fetchurl/Makefile.am
Normal file
8
corepkgs/fetchurl/Makefile.am
Normal file
|
@ -0,0 +1,8 @@
|
|||
all-local: fetchurl.sh
|
||||
|
||||
install-exec-local:
|
||||
$(INSTALL) -d $(datadir)/fix/fetchurl
|
||||
$(INSTALL_DATA) fetchurl.fix $(datadir)/fix/fetchurl
|
||||
$(INSTALL_DATA) fetchurl.sh $(datadir)/fix/fetchurl
|
||||
|
||||
include ../../substitute.mk
|
Loading…
Add table
Add a link
Reference in a new issue