multimedia/k9copy-reloaded: Remove /usr/share/doc.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c805fecf73
commit
9eb02e7f5b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue