diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-08 19:48:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-12 06:51:15 +0700 |
commit | 2abe736e63edceeff2f76a055b0a4ffefe593c30 (patch) | |
tree | 1823b219a701f5ced822ab53cf54a14bfe747a02 /system/phoronix-test-suite/phoronix-test-suite.SlackBuild | |
parent | 7016168487342453f814a6a2d1920a6feb70e673 (diff) | |
download | slackbuilds-2abe736e63edceeff2f76a055b0a4ffefe593c30.tar.gz |
system/phoronix-test-suite: Updated for version 5.2.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/phoronix-test-suite/phoronix-test-suite.SlackBuild')
-rw-r--r-- | system/phoronix-test-suite/phoronix-test-suite.SlackBuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/system/phoronix-test-suite/phoronix-test-suite.SlackBuild b/system/phoronix-test-suite/phoronix-test-suite.SlackBuild index c751decb29..7935d14633 100644 --- a/system/phoronix-test-suite/phoronix-test-suite.SlackBuild +++ b/system/phoronix-test-suite/phoronix-test-suite.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=phoronix-test-suite -VERSION=${VERSION:-5.0.1} +VERSION=${VERSION:-5.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,6 +79,12 @@ mv $PKG/usr/share/man/ $PKG/usr find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +# Put bash-completion in system dir +mkdir -p $PKG/usr/share/bash-completion/completions/ +mv $PKG/etc/bash_completion.d/phoronix-test-suite \ + $PKG/usr/share/bash-completion/completions/ +rm -rf $PKG/etc + # Fix the docs location mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a README $PKG/usr/doc/$PRGNAM-$VERSION |