mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/advancemame: Add SlackBuild to doc dir.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0a1c8088c3
commit
551b11f7d3
1 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
# had no license, modified version released under the WTFPL. See
|
||||
# http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20220401 bkw: BUILD=3, add SlackBuild to doc dir
|
||||
# 20211004 bkw: BUILD=2, fix for -current
|
||||
# 20180910 bkw: Update for v3.9
|
||||
# 20180702 bkw: Update for v3.8
|
||||
|
@ -29,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=advancemame
|
||||
VERSION=${VERSION:-3.9}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -131,6 +132,8 @@ ln -s advmame.6.gz $PKG/usr/man/man6/advmess.6.gz
|
|||
mv $PKGDOC/advance/* $PKGDOC
|
||||
rmdir $PKGDOC/advance
|
||||
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild
|
||||
|
||||
# HISTORY, README, RELEASE are identical to history.txt, readme.txt,
|
||||
# release.txt which are already installed, but the license doesn't have
|
||||
# a lowercase.txt equivalent:
|
||||
|
|
Loading…
Reference in a new issue