diff options
Diffstat (limited to 'games/ufoai/ufoai.SlackBuild')
-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 1a3ceef558bd..0b88ec5b67ec 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 |