diff options
Diffstat (limited to 'games/noteye/noteye.SlackBuild')
-rw-r--r-- | games/noteye/noteye.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/noteye/noteye.SlackBuild b/games/noteye/noteye.SlackBuild index be0dff839efbb..99a3cdf2d9a01 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 |