summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeonid Volnitsky <Leonid@Volnitsky.com>2009-04-06 11:46:07 +0300
committerLeonid Volnitsky <Leonid@Volnitsky.com>2009-04-06 11:46:07 +0300
commit1de627547fc9e5a38864883c4ef588042a73ea00 (patch)
treebf9dfb40a2863cdca250158533b35ed6326a5b8c /Makefile
parentterminal error_bell is back (diff)
downloadgit-prompt-1de627547fc9e5a38864883c4ef588042a73ea00.tar.gz
git-prompt-1de627547fc9e5a38864883c4ef588042a73ea00.tar.bz2
git-prompt-1de627547fc9e5a38864883c4ef588042a73ea00.zip
exit code now deisplayed at left-most position; fixed: extranious spase removed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0a9e7e..0293330 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
install:
- cp -v git-prompt.{sh,conf} /etc/
+ cp -v git-prompt.sh /etc/
+ [ -f /etc/git-prompt.conf ] || cp -v git-prompt.conf /etc/
tgit: