diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-05 02:27:11 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-05 02:27:11 -0400 |
commit | 4a60987928551f33bc76952279daa51d4b166d65 (patch) | |
tree | 9c93f7b581b6e64892faf2c0d29b12ad259f7942 /development/cc65 | |
parent | 96ead1b32439ae6000ff42de4f0ea1b635b53bd2 (diff) |
development/cc65: Fix docs.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/cc65')
-rw-r--r-- | development/cc65/cc65.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/development/cc65/cc65.SlackBuild b/development/cc65/cc65.SlackBuild index 81ad4ccd29ea7..0648e3ffff83b 100644 --- a/development/cc65/cc65.SlackBuild +++ b/development/cc65/cc65.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20220405 bkw: BUILD=2, add .SlackBuild to doc dir. # 20210317 bkw: # - Update for 2.19 release. Script also tested with 2.18 and # 2.17_20180906, in case someone needs one of those versions. @@ -46,7 +47,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cc65 VERSION=${VERSION:-2.19} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -124,6 +125,7 @@ make install \ mkdir -p $PKGDOC cp -a README* LICENSE $PKGDOC +cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |