diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-07 12:08:30 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-08 09:44:40 +0700 |
commit | 9adc48b49dba6aa1dbca03e5e210bfb47b635f3f (patch) | |
tree | 4003d2f75b279292630906f2b367896744ab11d2 /misc | |
parent | 179dc0d7381c15d4c81ce3b62e9ec3dac60ced00 (diff) | |
download | slackbuilds-9adc48b49dba6aa1dbca03e5e210bfb47b635f3f.tar.gz |
misc/tidyp: 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/tidyp/tidyp.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/tidyp/tidyp.SlackBuild b/misc/tidyp/tidyp.SlackBuild index 91b70177bc..29ac057118 100644 --- a/misc/tidyp/tidyp.SlackBuild +++ b/misc/tidyp/tidyp.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tidyp VERSION=${VERSION:-1.04} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -105,6 +105,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 |