libraries/libvorbisidec: Fixed package VERSION.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-17 11:46:28 +00:00 committed by Willy Sudiarto Raharjo
parent a88a93cc9b
commit 41303ac147

View file

@ -86,7 +86,6 @@ make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
VERSION=${VERSION/\+/}
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
cp -a doc/* $PKG/usr/doc/$PRGNAM-$VERSION/html