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