mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-11 20:57:18 +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
|