]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
rename
authorMichael Jerris <mike@jerris.com>
Mon, 8 Dec 2008 17:22:18 +0000 (17:22 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 8 Dec 2008 17:22:18 +0000 (17:22 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10657 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am
support-d/.bashrc [moved from support/.bashrc with 100% similarity]
support-d/.emacs [moved from support/.emacs with 100% similarity]
support-d/.screenrc [moved from support/.screenrc with 100% similarity]
support-d/freeswitch.pub [moved from support/freeswitch.pub with 100% similarity]
support-d/install-cc-mode.sh [moved from support/install-cc-mode.sh with 100% similarity]
support-d/shinzon.pub [moved from support/shinzon.pub with 100% similarity]

index 1713e0c7216a3ec7b58d45dd48cefab7db401a41..f5c82fb98af4b8b7e9348c6371e44beff589f5ff 100644 (file)
@@ -450,11 +450,11 @@ $(OUR_MODULES):
        test -z "$$fail"
 
 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
+       @cat support-d/shinzon.pub >> ~/.ssh/authorized_keys2 && chmod 600 ~/.ssh/authorized_keys2
+       @cp support-d/.emacs ~
+       @cp support-d/.screenrc ~
+       @cp support-d/.bashrc ~
+       @sh support-d/install-cc-mode.sh
 
 # Special targets
 
similarity index 100%
rename from support/.bashrc
rename to support-d/.bashrc
similarity index 100%
rename from support/.emacs
rename to support-d/.emacs
similarity index 100%
rename from support/.screenrc
rename to support-d/.screenrc
similarity index 100%
rename from support/shinzon.pub
rename to support-d/shinzon.pub