diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 11:55:41 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:18:46 +0700 |
commit | 107a24c6cee443b6c00e28f03c42839db306fd90 (patch) | |
tree | 0e6d7fd1f098432be8761bb1ab15ea3d874374eb /misc | |
parent | 89cff068a158e65261b43b8e9531e5ca04735631 (diff) | |
download | slackbuilds-107a24c6cee443b6c00e28f03c42839db306fd90.tar.gz |
misc/protobuf: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/protobuf/protobuf.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/protobuf/protobuf.SlackBuild b/misc/protobuf/protobuf.SlackBuild index 6db703841e..a0697bcdf8 100644 --- a/misc/protobuf/protobuf.SlackBuild +++ b/misc/protobuf/protobuf.SlackBuild @@ -8,7 +8,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=protobuf VERSION=${VERSION:-2.6.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -91,6 +91,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 |