diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-04 22:08:35 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-04 22:08:35 -0400 |
commit | 7a94d003d03a90b2fa5149cdb15fdb41c2203b3e (patch) | |
tree | 8266a25d404a6dfa6ca998732ee99d0465350f40 | |
parent | 665f38b5309545c1ef4dfe75621e0429d086eb32 (diff) | |
download | slackbuilds-7a94d003d03a90b2fa5149cdb15fdb41c2203b3e.tar.gz |
games/briquolo: Add SlackBuild to doc dir.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | games/briquolo/briquolo.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/briquolo/briquolo.SlackBuild b/games/briquolo/briquolo.SlackBuild index 30cf5ac444..3fd3ffd236 100644 --- a/games/briquolo/briquolo.SlackBuild +++ b/games/briquolo/briquolo.SlackBuild @@ -8,6 +8,8 @@ # Based on http://slackbuilds.org/template.SlackBuild +# 20220404 bkw: Modified by SlackBuilds.org, BUILD=3: +# - install SlackBuild in doc dir, as per template. # 20220220 bkw: Modified by SlackBuilds.org, BUILD=2: # - fix build on 15.0. # - fix .desktop file (it had TryExec=tuxkart... uhhh). @@ -100,6 +102,7 @@ make make install-strip DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cp -a \ AUTHORS COPYING ChangeLog DejaVuSans.ttf-LICENSE README \ $PKG/usr/doc/$PRGNAM-$VERSION |