summaryrefslogtreecommitdiff
path: root/benchmarks/phoronix-test-suite/files/patch-install-sh
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2011-06-23 11:27:12 +0000
committerMartin Matuska <mm@FreeBSD.org>2011-06-23 11:27:12 +0000
commitd23ee76794e71bdf7666e27cb92e77d438593e6f (patch)
treeb806ebb039fa9780ed7dbd34d76165f288d2e6d6 /benchmarks/phoronix-test-suite/files/patch-install-sh
parent- Update to 0.42 (diff)
Update to 3.2.0
Notes
Notes: svn path=/head/; revision=276119
Diffstat (limited to 'benchmarks/phoronix-test-suite/files/patch-install-sh')
-rw-r--r--benchmarks/phoronix-test-suite/files/patch-install-sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/phoronix-test-suite/files/patch-install-sh b/benchmarks/phoronix-test-suite/files/patch-install-sh
index 4527667910f0..172a327b8c03 100644
--- a/benchmarks/phoronix-test-suite/files/patch-install-sh
+++ b/benchmarks/phoronix-test-suite/files/patch-install-sh
@@ -32,7 +32,7 @@
cp documentation/man-pages/*.1 $DESTDIR$INSTALL_PREFIX/share/man/man1/
-cp pts-core/static/bash_completion $DESTDIR$INSTALL_PREFIX/../etc/bash_completion.d/phoronix-test-suite
-+if [ -n "$WITH_BASH_COMPLETION" ]
++if [ -n "$WITH_BASH_COMPLETIONS" ]
+then
+cp pts-core/static/bash_completion $DESTDIR$INSTALL_PREFIX/etc/bash_completion.d/phoronix-test-suite
+fi