mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
39ce70025b
* `make dist'.
10 lines
258 B
Makefile
10 lines
258 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
|
|
|
|
EXTRA_DIST = fetchurl.fix fetchurl.sh
|