summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-06-20 12:47:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-20 12:50:36 +0200
commitece2c10678a8835089b22d3d74e40bbefe495a23 (patch)
tree6c877df34a8de4c625702c32b9a934f8dcf512fe /Makefile.in
parent65fcce610bbe37243bfe32493b0c173075b9a2f9 (diff)
downloadptxdist-ece2c10678a8835089b22d3d74e40bbefe495a23.tar.gz
ptxdist-ece2c10678a8835089b22d3d74e40bbefe495a23.tar.xz
ptxdist: add '--auto-version' and helper script
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
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"; \