games/ds-models: /usr/bin => /usr/games.
This commit is contained in:
parent
634183274f
commit
404cfd9de5
|
@ -11,9 +11,13 @@
|
||||||
# fixed typos in README
|
# fixed typos in README
|
||||||
# fixed .def files for recent gzdoom
|
# fixed .def files for recent gzdoom
|
||||||
|
|
||||||
|
# 20160810 bkw:
|
||||||
|
# - bump BUILD because:
|
||||||
|
# - install scripts in /usr/games, not /usr/bin
|
||||||
|
|
||||||
PRGNAM=ds-models
|
PRGNAM=ds-models
|
||||||
VERSION=${VERSION:-r15}
|
VERSION=${VERSION:-r15}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
|
@ -80,7 +84,7 @@ cd -
|
||||||
rm -rf work
|
rm -rf work
|
||||||
|
|
||||||
if [ "$GZDOOM" = "yes" ]; then
|
if [ "$GZDOOM" = "yes" ]; then
|
||||||
install -m0755 $CWD/ds-gzdoom $PKG/usr/bin
|
install -m0755 $CWD/ds-gzdoom $PKG/usr/games
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# ST-Models
|
# ST-Models
|
||||||
|
@ -106,7 +110,7 @@ if [ "$SKULLTAG" = "yes" ]; then
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
rm -rf work
|
rm -rf work
|
||||||
install -m0755 $CWD/ds-skulltag $PKG/usr/bin
|
install -m0755 $CWD/ds-skulltag $PKG/usr/games
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
Loading…
Reference in New Issue