<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -36,17 +36,18 @@ backup:
 	@test ! -f $(HOME)/.bashrc || cp $(HOME)/.bashrc $(HOME)/.bashrc.ORIGINAL
 
 install:
-	@echo -n &quot;Copying config files to $(HOME)...&quot;
+	@echo &quot;Copying config files to $(HOME)...&quot;
 	@/bin/cp -f src/bashrc          $(HOME)/.bashrc
 	@/bin/cp -f src/bashrc.alias    $(HOME)/.bashrc.alias
 	@/bin/cp -f src/bashrc.bindkey  $(HOME)/.bashrc.bindkey
 	@/bin/cp -f src/bashrc.complete $(HOME)/.bashrc.complete
 	@/bin/cp -f src/bashrc.hosts    $(HOME)/.bashrc.hosts
 	@/bin/cp -f src/bashrc.set      $(HOME)/.bashrc.set
-	@test -e $(HOME)/.bashrc.local || echo &quot;You already have a ~/.bashrc.local. Not overwriting.&quot;
-	@test ! -e $(HOME)/.bashrc.local || /bin/cp src/bashrc.local $(HOME)/.bashrc.local
-	@/bin/cp -u src/bashrc.local 	$(HOME)/.bashrc.local
-	@echo &quot; done.&quot;
+	@if [ -e $(HOME)/.inputrc ]; then echo &quot;You already have a ~/.inputrc. Not overwriting.&quot;; fi
+	@if [ ! -e $(HOME)/.inputrc ]; then /bin/cp -f src/inputrc $(HOME)/.inputrc; fi
+	@if [ -e $(HOME)/.bashrc.local ]; then echo &quot;You already have a ~/.bashrc.local. Not overwriting.&quot;; fi
+	@if [ ! -e $(HOME)/.bashrc.local ]; then /bin/cp src/bashrc.local $(HOME)/.bashrc.local; fi
+	@echo &quot;Copying done.&quot;
 
 systeminstall:
 	@echo -n &quot;Copying config files to $(SHAREBASHRC)...&quot;</diff>
      <filename>Makefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bee5e57df1ccdefa40c74582f584d64715e67d98</id>
    </parent>
  </parents>
  <author>
    <name>Simos Xenitellis</name>
    <email>simos.info@gmail.com</email>
  </author>
  <url>http://github.com/simos/bashrc/commit/edab749accc881d3b219341ba436d68c71003af4</url>
  <id>edab749accc881d3b219341ba436d68c71003af4</id>
  <committed-date>2009-02-05T12:30:17-08:00</committed-date>
  <authored-date>2009-02-05T12:30:17-08:00</authored-date>
  <message>Fixed Makefile, test if local files already exist.</message>
  <tree>80ba2d7da9d85071383670e75cb6f93dda1d6279</tree>
  <committer>
    <name>Simos Xenitellis</name>
    <email>simos.info@gmail.com</email>
  </committer>
</commit>
