summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-02-09 13:29:43 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-02-09 13:29:43 +0000
commit09f5016f6e32c2eb9a112d3bc54cddbab004ec85 (patch)
treeafed4407e9272b40f31d76da43b37f194a4895ca /Makefile.in
parentfe5ff4f7e30bc342967f7109814ba36a9dae2945 (diff)
downloadptxdist-09f5016f6e32c2eb9a112d3bc54cddbab004ec85.tar.gz
ptxdist-09f5016f6e32c2eb9a112d3bc54cddbab004ec85.tar.xz
* Makefile.in:
don't fail if bash completion could not be installed git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9737 33e552b5-05e3-0310-8538-816dae2090ed
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 b9c297dac..91f53b3f5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -31,7 +31,7 @@ install: all
@rm -f ${DESTDIR}${prefix}/bin/ptxdist
@ln -sf ${instdir}/bin/ptxdist ${DESTDIR}${prefix}/bin/ptxdist-${version}
@ln -sf ${instdir}/bin/ptxdist ${DESTDIR}${prefix}/bin/ptxdist
- @[ -d "@BASH_COMPLETION_DIR@" ] && cp scripts/bash_completion "@BASH_COMPLETION_DIR@/ptxdist"
+ -@[ -d "@BASH_COMPLETION_DIR@" ] && cp scripts/bash_completion "@BASH_COMPLETION_DIR@/ptxdist"
clean:
@cd "${abs_srcdir}/scripts/kconfig" && ${MAKE} clean