opus: force removal of html pages if doxygen is installed

This commit is contained in:
Danny Rawlins 2013-11-01 23:32:53 +11:00
parent 354f039ca4
commit 0c49565c5a

View File

@ -16,5 +16,7 @@ build() {
--enable-custom-modes
make
make DESTDIR=$PKG install
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}