summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-06-22 12:54:37 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-06-22 12:54:37 +0000
commitb275ec857f47802666aad0b85835faf56db84d06 (patch)
tree81e0eaa8dbd2cbbc24364669aef676e1109eed84 /Makefile.in
parent698c27d3774adbc1ea0970e3e48cff43e5353996 (diff)
downloadptxdist-b275ec857f47802666aad0b85835faf56db84d06.tar.gz
ptxdist-b275ec857f47802666aad0b85835faf56db84d06.tar.xz
bash_completion should be installed using DESTDIR
Author: Meike Reichle <meike@debian.org> When installing ptxdist's bash_completion there is no $(DESTDIR). I added it to the respective paths. Signed-off-by: Meike Reichle <meike@debian.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10849 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 3253a467d..d7b883939 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -50,8 +50,8 @@ install: all
@rm -f "$(DESTDIR)$(bindir)/ptxdist"
@ln -sf "$(instdir)/bin/ptxdist" "$(DESTDIR)$(bindir)/ptxdist-$(version)"
@ln -sf "$(instdir)/bin/ptxdist" "$(DESTDIR)$(bindir)/ptxdist"
- -@[ -d "@BASH_COMPLETION_DIR@" ] && \
- cp scripts/bash_completion "@BASH_COMPLETION_DIR@/ptxdist"
+ -@[ -d "$(DESTDIR)@BASH_COMPLETION_DIR@" ] && \
+ cp scripts/bash_completion "$(DESTDIR)@BASH_COMPLETION_DIR@/ptxdist"
clean:
@rm -f .done