diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2017-06-01 21:41:02 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-06 07:56:50 +0700 |
commit | 0b27996e788a5d01287139aec186dbaded4cac6b (patch) | |
tree | 8c11d6072d1acd36bc62c5a912513e9f4599b14d /development/acpica/acpica.SlackBuild | |
parent | 6cec97407765375ded0c092ede70da638d8ba625 (diff) | |
download | slackbuilds-0b27996e788a5d01287139aec186dbaded4cac6b.tar.gz |
development/acpica: Updated for version 20170531.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/acpica/acpica.SlackBuild')
-rw-r--r-- | development/acpica/acpica.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/acpica/acpica.SlackBuild b/development/acpica/acpica.SlackBuild index 9762119b01..f3ffc6d06f 100644 --- a/development/acpica/acpica.SlackBuild +++ b/development/acpica/acpica.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for acpica -# Copyright 2008-2016 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2008-2017 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=acpica -VERSION=${VERSION:-20161222} +VERSION=${VERSION:-20170531} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,7 +81,7 @@ cd generate/unix make install DESTDIR=$PKG cd - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |