--- phonon/PKGBUILD 2010-06-08 03:32:09.000000000 +0200 +++ phonon-fixed/PKGBUILD 2010-09-21 16:27:24.000000000 +0200 @@ -27,6 +27,8 @@ package_phonon(){ pkgdesc="The multimedia API for KDE4" depends=('qt' 'phonon-backend') + cd ${srcdir}/build + make DESTDIR=${pkgdir} install/local || return 1 cd ${srcdir}/build/phonon make DESTDIR=${pkgdir} install || return 1 cd ${srcdir}/build/includes