summaryrefslogtreecommitdiffstats
path: root/ffmpeg/build/ffmpeg.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-10-06 20:57:22 +0000
committer Eric Hameleers <alien@slackware.com>2015-10-06 20:57:22 +0000
commit092dbdee830b4a07225fecba9c49552565d95069 (patch)
tree865e719afc3aad18bfe55b0a08d2901b8c562415 /ffmpeg/build/ffmpeg.SlackBuild
parentd3b3aa4b4719584d2b18b4ea1b0bd8e901090973 (diff)
downloadasb-092dbdee830b4a07225fecba9c49552565d95069.tar.gz
asb-092dbdee830b4a07225fecba9c49552565d95069.tar.xz
ffmpeg: make sure the patches we used end up in the package's docdir
Diffstat (limited to '')
-rwxr-xr-xffmpeg/build/ffmpeg.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg/build/ffmpeg.SlackBuild b/ffmpeg/build/ffmpeg.SlackBuild
index 497c3c36..6cddf785 100755
--- a/ffmpeg/build/ffmpeg.SlackBuild
+++ b/ffmpeg/build/ffmpeg.SlackBuild
@@ -1749,7 +1749,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION || true
# Add all the supporting packages' documentation too:
cp -a $FFMPEGDEPSDIR/doc/* $PKG/usr/doc/$PRGNAM-$VERSION || true
-cp -a $SRCDIR/*.{patch,diff} $PKG/usr/doc/$PRGNAM-$VERSION 2>/dev/null || true
+cp -a $SRCDIR/patches $PKG/usr/doc/$PRGNAM-$VERSION/ 2>/dev/null || true
cat $SRCDIR/$(basename $0) > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/doc -type f -exec chmod 644 {} \;
chown -R root:root $PKG/usr/doc/$PRGNAM-$VERSION/*