diff options
author | portix <none@none> | 2013-03-03 01:41:21 +0100 |
---|---|---|
committer | portix <none@none> | 2013-03-03 01:41:21 +0100 |
commit | 6443f50052d9e9ea425a490f481265abb38b5c01 (patch) | |
tree | 6a16fefea7ebecdb21c060441f5182ce776d7db4 /Makefile | |
parent | 3e1088a79e27e40e6057fd5183828a88072d10cb (diff) | |
download | dwb-6443f50052d9e9ea425a490f481265abb38b5c01.zip |
Changing BASHCOMPLETION to lowercase; remove .swp file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -64,9 +64,9 @@ install-data: all for file in $(EXTENSIONDIR)/*; do \ install -m 644 $$file $(DESTDIR)$(DATADIR)/$(REAL_NAME)/$$file; \ done -ifdef BASHCOMPLETION - install -d $(dir BASHCOMPLETION) - install -m 644 $(CONTRIBDIR)/dwb $(BASHCOMPLETION) +ifdef bashcompletion + install -d $(bashcompletion) + install -m 644 $(CONTRIBDIR)/bash-completion $(bashcompletion)/dwb endif |