summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2008-07-05 09:41:44 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2008-07-05 09:41:44 +0300
commitc09c813df8d9510f899723cbe41298c81fe14f57 (patch)
tree3decd444088f2ab1f5ca32816f4c65029b5ab851 /Makefile
parentmax_... works. (diff)
parentMakefile (diff)
downloadgit-prompt-c09c813df8d9510f899723cbe41298c81fe14f57.tar.gz
git-prompt-c09c813df8d9510f899723cbe41298c81fe14f57.tar.bz2
git-prompt-c09c813df8d9510f899723cbe41298c81fe14f57.zip
Merge branch 'array',
Conflicts: git-prompt.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f34b15e..90438e2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
install:
- cp prompt /etc/
+ cp git-prompt.sh /etc/
+ ln -s /etc/git-prompt.sh /etc/prompt
clean:
git clean -df