summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5387f1dbb..64dc80874 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -103,7 +103,7 @@ install: all dirty-check
@mkdir -p "$(DESTDIR)$(bindir)"
@rm -f "$(DESTDIR)$(bindir)/ptxdist"
@ln -sf "$(instdir)/bin/ptxdist" "$(DESTDIR)$(bindir)/ptxdist-$(version)"
- @ln -sf "$(instdir)/bin/ptxdist" "$(DESTDIR)$(bindir)/ptxdist"
+ @ln -sf "$(instdir)/bin/ptxdist-auto-version" "$(DESTDIR)$(bindir)/ptxdist"
@if [ -d "$(DESTDIR)@BASH_COMPLETION_DIR@" -a \
-w "$(DESTDIR)@BASH_COMPLETION_DIR@" ]; then \
cp scripts/bash_completion "$(DESTDIR)@BASH_COMPLETION_DIR@/ptxdist"; \