summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index e8c80188f..881e20000 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -55,8 +55,10 @@ 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 "$(DESTDIR)@BASH_COMPLETION_DIR@" ] && \
- cp scripts/bash_completion "$(DESTDIR)@BASH_COMPLETION_DIR@/ptxdist"
+ @if [ -d "$(DESTDIR)@BASH_COMPLETION_DIR@" -a \
+ -w "$(DESTDIR)@BASH_COMPLETION_DIR@" ]; then \
+ cp scripts/bash_completion "$(DESTDIR)@BASH_COMPLETION_DIR@/ptxdist"; \
+ fi
clean:
@rm -f .done