diff options
author | LukenShiro <lukenshiro@ngi.it> | 2011-12-14 16:43:25 -0600 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-18 00:07:50 -0200 |
commit | 6783120c31bfd8851af4371b884bf39b3120727b (patch) | |
tree | bf96f6152bdb5b9e83bf102bfd387c67fc212923 /libraries/hdf5/hdf5.SlackBuild | |
parent | cffcaf0498a505158a9553918fbaa2e69d11389c (diff) | |
download | slackbuilds-6783120c31bfd8851af4371b884bf39b3120727b.tar.gz |
libraries/hdf5: Updated for version 1.8.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/hdf5/hdf5.SlackBuild')
-rw-r--r-- | libraries/hdf5/hdf5.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/hdf5/hdf5.SlackBuild b/libraries/hdf5/hdf5.SlackBuild index f935ab2998..adfb0d10e2 100644 --- a/libraries/hdf5/hdf5.SlackBuild +++ b/libraries/hdf5/hdf5.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=hdf5 -VERSION=${VERSION:-1.8.7} +VERSION=${VERSION:-1.8.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -99,7 +99,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild # Remove unnecessary stuff rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.settings -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/install |