diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-01 17:42:05 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:49 +0700 |
commit | 551b11f7d3d315904e0989c39b76e2dba22c98c5 (patch) | |
tree | caea7b753172a6add12e9610b1ad488666c439ea /games/advancemame | |
parent | 0a1c8088c33735e017451ef5cd49399a82c33598 (diff) |
games/advancemame: Add SlackBuild to doc dir.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/advancemame')
-rw-r--r-- | games/advancemame/advancemame.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/advancemame/advancemame.SlackBuild b/games/advancemame/advancemame.SlackBuild index aa9c18385a38..866913dfbf8e 100644 --- a/games/advancemame/advancemame.SlackBuild +++ b/games/advancemame/advancemame.SlackBuild @@ -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: |