audio/puddletag: Fix copying docs.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-03-05 10:39:24 +13:00 committed by Willy Sudiarto Raharjo
parent 1417041d49
commit ffa2723a7b
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -96,7 +96,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a
cp -a \
LICENSE MANIFEST NEWS README.md THANKS TODO changelog copyright
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild