summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorportix <none@none>2013-03-03 01:41:21 +0100
committerportix <none@none>2013-03-03 01:41:21 +0100
commit6443f50052d9e9ea425a490f481265abb38b5c01 (patch)
tree6a16fefea7ebecdb21c060441f5182ce776d7db4 /Makefile
parent3e1088a79e27e40e6057fd5183828a88072d10cb (diff)
downloaddwb-6443f50052d9e9ea425a490f481265abb38b5c01.zip
Changing BASHCOMPLETION to lowercase; remove .swp file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e9437c9a..1a37b95b 100644
--- a/Makefile
+++ b/Makefile
@@ -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