dbus-python: update for xbps-src>=90.

This commit is contained in:
Juan RP 2014-01-02 10:09:23 +01:00
parent d076d7cfa4
commit 66c42dd015
1 changed files with 3 additions and 0 deletions

View File

@ -56,5 +56,8 @@ dbus-python3_package() {
pkg_install() {
cd $wrksrc/build-python3
make DESTDIR=${PKGDESTDIR} install
rm -rf ${PKGDESTDIR}/usr/include
rm -rf ${PKGDESTDIR}/usr/lib/pkgconfig
rm -rf ${PKGDESTDIR}/usr/share/doc
}
}