rename
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10657 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bd3e06846e
commit
33ac59b5c5
10
Makefile.am
10
Makefile.am
|
@ -450,11 +450,11 @@ $(OUR_MODULES):
|
||||||
test -z "$$fail"
|
test -z "$$fail"
|
||||||
|
|
||||||
support:
|
support:
|
||||||
@cat support/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2
|
@cat support-d/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2
|
||||||
@cp support/.emacs ~
|
@cp support-d/.emacs ~
|
||||||
@cp support/.screenrc ~
|
@cp support-d/.screenrc ~
|
||||||
@cp support/.bashrc ~
|
@cp support-d/.bashrc ~
|
||||||
@sh support/install-cc-mode.sh
|
@sh support-d/install-cc-mode.sh
|
||||||
|
|
||||||
# Special targets
|
# Special targets
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue