mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-05 00:55:44 +01:00
games/etlegacy-data: Don't include mp_bin.pk3 anymore.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
02e0c8107e
commit
04def184d4
2 changed files with 5 additions and 5 deletions
|
@ -5,3 +5,6 @@ online FPS game Wolfenstein: Enemy Territory.
|
|||
This script repackages the original ID assets for W:ET to use
|
||||
with etlegacy (they are needed for the game to run): the
|
||||
resulting package is not redistributable.
|
||||
|
||||
mp_bin.pk3 is not required anymore by the newer etlegacy, so
|
||||
it's not included in the package anymore.
|
||||
|
|
|
@ -25,15 +25,12 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=etlegacy-data
|
||||
VERSION=${VERSION:-2.60}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
ARCH=noarch
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -49,7 +46,7 @@ rm -rf $PKG
|
|||
mkdir -p $PKG/usr/share/etlegacy $OUTPUT
|
||||
cd $PKG/usr/share/etlegacy
|
||||
|
||||
sh $CWD/et-linux-2.60.x86.run --tar xvf etmain/mp_bin.pk3 etmain/pak0.pk3 \
|
||||
sh $CWD/et-linux-2.60.x86.run --tar xvf etmain/pak0.pk3 \
|
||||
etmain/pak1.pk3 etmain/pak2.pk3 etmain/video/etintro.roq
|
||||
|
||||
chown -R root:root .
|
||||
|
|
Loading…
Reference in a new issue