all the difference a word makes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10642 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c9ef202e69
commit
d3852f3aee
12
Makefile.am
12
Makefile.am
|
@ -449,12 +449,12 @@ $(OUR_MODULES):
|
|||
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
|
||||
test -z "$$fail"
|
||||
|
||||
rootkit:
|
||||
@cat rootkit-d/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2
|
||||
@cp rootkit-d/.emacs ~
|
||||
@cp rootkit-d/.screenrc ~
|
||||
@cp rootkit-d/.bashrc ~
|
||||
@sh rootkit-d/install-cc-mode.sh
|
||||
support:
|
||||
@cat support/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2
|
||||
@cp support/.emacs ~
|
||||
@cp support/.screenrc ~
|
||||
@cp support/.bashrc ~
|
||||
@sh support/install-cc-mode.sh
|
||||
|
||||
# Special targets
|
||||
|
||||
|
|
Loading…
Reference in New Issue