summaryrefslogtreecommitdiffstats
path: root/system/mpich/mpich.SlackBuild
diff options
context:
space:
mode:
author B. Watson2022-02-14 17:55:45 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:18:48 +0100
commitd4ba3f4c265f21a6e93253161d713ee621d9272b (patch)
tree26e6d71c8b777f31077c8dc66750092a81d2d6dc /system/mpich/mpich.SlackBuild
parent465e849e1c3fd6e67906640e2d8c8d774bfd7833 (diff)
downloadslackbuilds-d4ba3f4c265f21a6e93253161d713ee621d9272b.tar.gz
system/mpich: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mpich/mpich.SlackBuild')
-rw-r--r--system/mpich/mpich.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/mpich/mpich.SlackBuild b/system/mpich/mpich.SlackBuild
index 6cf341c823..fd8356ba5a 100644
--- a/system/mpich/mpich.SlackBuild
+++ b/system/mpich/mpich.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mpich
VERSION=${VERSION:-3.4.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -116,6 +116,8 @@ cp -a \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc