Compare commits
3 Commits
v1.2018061
...
v1.2018061
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d268a9e16a | ||
|
|
ad2bc19b33 | ||
|
|
1988a883a0 |
@@ -1,3 +1,7 @@
|
||||
Release v1.20180618
|
||||
|
||||
* Restore `make manual-install` with warning. (#258)
|
||||
|
||||
Release v1.20180615
|
||||
|
||||
* Standardize on .blackbox for config. Use keyrings/live for backwards compatibility.
|
||||
|
||||
7
Makefile
7
Makefile
@@ -59,6 +59,13 @@ symlinks-install:
|
||||
@cd bin && for f in `find . -type f -iname "*" ! -iname "Makefile"`; do ln -fs `pwd`/$$f /usr/local/bin/$$f; done
|
||||
@echo 'Done.'
|
||||
|
||||
manual-install:
|
||||
@echo '***************************************************************'
|
||||
@echo '* DEPRECATED *'
|
||||
@echo '* `make manual-install` is now called `make symlinks-install` *'
|
||||
@echo '***************************************************************'
|
||||
$(MAKE) symlinks-install
|
||||
|
||||
copy-install:
|
||||
@echo 'Copying files from ./bin to /usr/local/bin'
|
||||
@cd bin && for f in `find . -type f -iname "*" ! -iname "Makefile"`; do cp `pwd`/$$f /usr/local/bin/$$f; done
|
||||
|
||||
Reference in New Issue
Block a user