diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-30 16:43:33 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-07 13:59:18 +0700 |
commit | ad45cc17ddefd6076948334d1df37c9595732e77 (patch) | |
tree | 49e23e913415dca03d678039a992fda5eb0866d5 /games | |
parent | db17b86e86547f3766c9654a0d4043c77bb2b1ff (diff) | |
download | slackbuilds-ad45cc17ddefd6076948334d1df37c9595732e77.tar.gz |
games/ufoai: Strip shared lib.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/ufoai/ufoai.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/ufoai/ufoai.SlackBuild b/games/ufoai/ufoai.SlackBuild index 1a3ceef558..0b88ec5b67 100644 --- a/games/ufoai/ufoai.SlackBuild +++ b/games/ufoai/ufoai.SlackBuild @@ -16,6 +16,8 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220430 bkw: BUILD=4: strip game.so. + # 20211017 bkw: BUILD=3 # - fix build on -current again: # - disable building with BFD. @@ -51,7 +53,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ufoai VERSION=${VERSION:-2.5} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -168,6 +170,7 @@ make lang # Manual install: first the data... mkdir -p $PKG/usr/share/games/$PRGNAM $PKG/usr/games +strip base/game.so cp -a base $PKG/usr/share/games/$PRGNAM/ # ...then the binaries |