mkvtoolnix: fix for wxgtk extra files in /usr/include

This commit is contained in:
Danny Rawlins 2013-03-05 22:33:29 +11:00
parent 9e16c6c5d7
commit f950d8a0c4

View File

@ -7,7 +7,7 @@
name=mkvtoolnix
version=6.0.0
release=1
release=2
source=(http://www.bunkus.org/videotools/mkvtoolnix/sources/$name-$version.tar.xz)
build() {
@ -36,5 +36,9 @@ build() {
$PKG/usr/man/{uk,ja,nl,zh_CN} \
$PKG/usr/share/locale
rmdir $PKG/usr/share
# remove doc's if wxgtk is installed
rm -rf $PKG/usr/share/doc
# remove if empty
find $PKG/usr/share -depth -empty -delete
}