multimedia/k9copy-reloaded: Remove /usr/share/doc.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2024-07-15 09:35:08 +07:00 committed by Willy Sudiarto Raharjo
parent c805fecf73
commit 9eb02e7f5b
1 changed files with 5 additions and 1 deletions

View File

@ -102,7 +102,7 @@ patch -p1 < $CWD/patches/k9copy-gcc7.patch
# but the backups are corrupt and will not play). I may revisit it
# later, but for now, we must patch the internal dvdnav to properly
# link to the internal dvdread: otherwise, the backups come out with
# corrupted .IFO/.BUP files:
# corrupted .IFO files:
patch -p1 < $CWD/patches/k9copy-dvdnav.patch
# In 15.0, dvdauthor crashes the program if we try to use it,
@ -136,6 +136,10 @@ cp -a \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
# Get rid of usr/share/doc to satisfy sbopkglint:
mv $PKG/usr/share/doc/HTML $PKG/usr/doc
rm -rf $PKG/usr/share/doc
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh