summaryrefslogtreecommitdiffstats
path: root/games/noteye/noteye.SlackBuild
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-01-09 03:02:12 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-14 08:50:25 +0700
commitf258310c1203825449d5fca3fe2766b23fd74092 (patch)
tree35d60878c5e5fd8a3345495a260d5560ae7b00c5 /games/noteye/noteye.SlackBuild
parentb4bc01527bb8a4be9b1230e2e4a82e5b0fa0b292 (diff)
downloadslackbuilds-f258310c1203825449d5fca3fe2766b23fd74092.tar.gz
slackbuilds-f258310c1203825449d5fca3fe2766b23fd74092.tar.xz
games/noteye: Clean up doc dir.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--games/noteye/noteye.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/noteye/noteye.SlackBuild b/games/noteye/noteye.SlackBuild
index be0dff839e..99a3cdf2d9 100644
--- a/games/noteye/noteye.SlackBuild
+++ b/games/noteye/noteye.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230109 bkw: BUILD=2, remove empty dir from docs.
+
# 20211115 bkw:
# - update for v8.4.
# - compile with g++ again (needs -std=gnu++98).
@@ -164,6 +166,7 @@ gzip -9c $CWD/hydraslayer.6 > $PKG/usr/man/man6/hydraslayer.6.gz
# We don't need licenses/* as we're linking with system-wide libs, which
# have already installed their own licenses in /usr/doc.
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+rmdir sample/d # empty dir
cp -a LICENSE README.md sample $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild