author | Florian Pritz
<bluewind@archlinux.org> 2015-01-21 09:55:53 UTC |
committer | Florian Pritz
<bluewind@archlinux.org> 2015-01-21 09:55:53 UTC |
parent | f284d7dc15eff884c19adc552e337a19a3501955 |
PKGBUILD | +3 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index cebc371..fbde26f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=soqt pkgver=1.5.0 -pkgrel=7 +pkgrel=8 pkgdesc='A library which provides the glue between Coin and Qt' arch=('i686' 'x86_64') url='http://www.coin3d.org/lib/soqt/' @@ -40,5 +40,7 @@ package() { cd "${srcdir}/SoQt-${pkgver}/" make DESTDIR=${pkgdir} install + + rm -f "$pkgdir/usr/share/man/man3/_build"* }