Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
Use existing NAME variable
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Dec 29, 2012
1 parent 80d059c commit 56937ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -38,7 +38,7 @@ clean: distclean
.PHONY: install .PHONY: install
install: install:
$(SETUP) install $(INSTALL_OPTIONS) $(SETUP) install $(INSTALL_OPTIONS)
install --mode 644 etc/bash_completion.d/$(notdir $(CURDIR)) /etc/bash_completion.d/ install --mode 644 etc/bash_completion.d/$(NAME) /etc/bash_completion.d/


.PHONY: register .PHONY: register
register: register:
Expand Down

0 comments on commit 56937ab

Please sign in to comment.