diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-14 11:55:59 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:18:55 +0700 |
commit | 2d567f370215f875b9da60cc66b424b2d2f8e4cf (patch) | |
tree | 9de0cff30441ff2f314cb8a422c82a6881f27bf0 | |
parent | bb759827f421cfc8f97ff086a0056b0791ec3176 (diff) |
system/hal-flash: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/hal-flash/hal-flash.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/hal-flash/hal-flash.SlackBuild b/system/hal-flash/hal-flash.SlackBuild index 008bd07e3c39..8d3d20999fee 100644 --- a/system/hal-flash/hal-flash.SlackBuild +++ b/system/hal-flash/hal-flash.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=hal-flash VERSION=${VERSION:-0.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -108,6 +108,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYING INSTALL README $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 |