From 38fd9a973d00829d338716d8f97c2a3181efaced Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 27 Jun 2010 16:07:25 -0500 Subject: libraries/libdv: Miscellaneous cleanups. Signed-off-by: Robby Workman --- libraries/libdv/README | 9 ++++----- libraries/libdv/libdv.SlackBuild | 6 ++---- 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'libraries/libdv') diff --git a/libraries/libdv/README b/libraries/libdv/README index 832d15e46e..bbdc57db97 100644 --- a/libraries/libdv/README +++ b/libraries/libdv/README @@ -1,5 +1,4 @@ -The Quasar DV codec (libdv) is a software codec for DV video. DV is -the encoding format used by most digital camcorders, typically those -that support the IEEE 1394 (aka FireWire or i.Link) interface. libdv -was developed according to the official standards for DV video, IEC -61834 and SMPTE 314M. \ No newline at end of file +The Quasar DV codec (libdv) is a software codec for DV video. DV is the +encoding format used by most digital camcorders, typically those that support +the IEEE 1394 (aka FireWire or i.Link) interface. libdv was developed +according to the official standards for DV video, IEC 61834 and SMPTE 314M. diff --git a/libraries/libdv/libdv.SlackBuild b/libraries/libdv/libdv.SlackBuild index c573c4aaf9..f301808a5d 100644 --- a/libraries/libdv/libdv.SlackBuild +++ b/libraries/libdv/libdv.SlackBuild @@ -62,10 +62,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install-strip DESTDIR=$PKG -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +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 \ -- cgit v1.2.3