diff options
Diffstat (limited to 'benchmarks/phoronix-test-suite/files/patch-install-sh')
-rw-r--r-- | benchmarks/phoronix-test-suite/files/patch-install-sh | 2 |
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 |