Revision 14735
Added by Aaron Marcuse-Kubitza about 10 years ago
Makefile | ||
---|---|---|
37 | 37 |
##### bin/install: live and test environments |
38 | 38 |
|
39 | 39 |
bin/install: _always |
40 |
(mkdir -p ~/software/uutils/; cd ~/software/uutils/; \ |
|
41 |
svn co http://uutils.googlecode.com/svn/trunk/ .; make install) |
|
40 | 42 |
mkdir -p ~/bin |
41 | 43 |
-ln -s $(realpath bin/make) ~/bin |
42 | 44 |
# ignore errors if file exists |
Also available in: Unified diff
bugfix: /Makefile: bin/install: also need to install uutils