mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
12 lines
365 B
Text
12 lines
365 B
Text
|
all-local: builder.sh
|
||
|
|
||
|
install-exec-local:
|
||
|
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs
|
||
|
$(INSTALL) -d $(DESTDIR)$(datadir)/nix/corepkgs/nix-pull
|
||
|
$(INSTALL_DATA) default.nix $(DESTDIR)$(datadir)/nix/corepkgs/nix-pull
|
||
|
$(INSTALL_PROGRAM) builder.sh $(DESTDIR)$(datadir)/nix/corepkgs/nix-pull
|
||
|
|
||
|
include ../../substitute.mk
|
||
|
|
||
|
EXTRA_DIST = default.nix builder.sh.in
|