mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
Makefile: Only install config files relevant to $BINS.
This commit is contained in:
5
Makefile
5
Makefile
@@ -39,7 +39,10 @@ install: all
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/share/darkfi
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/share/doc/darkfi
|
||||
cp -f $(BINS) $(DESTDIR)$(PREFIX)/bin
|
||||
cp -f example/config/*.toml $(DESTDIR)$(PREFIX)/share/doc/darkfi
|
||||
for i in $(BINS); \
|
||||
do \
|
||||
cp -f example/config/$$i.toml $(DESTDIR)$(PREFIX)/share/doc/darkfi; \
|
||||
done;
|
||||
cp -f mint.params spend.params $(DESTDIR)$(PREFIX)/share/darkfi
|
||||
|
||||
uninstall:
|
||||
|
||||
Reference in New Issue
Block a user