mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 08:16:14 +02:00
9 lines
219 B
Text
9 lines
219 B
Text
|
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
|