From 56937ab6d0aeb51f066e29e6d8fe727f95e70c20 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Sat, 29 Dec 2012 15:22:07 +0100 Subject: [PATCH] Use existing NAME variable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b45bd7..bdcb43c 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ clean: distclean .PHONY: install install: $(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 register: