xbmc: fix install dir.

This commit is contained in:
Juan RP 2011-05-30 15:55:46 +02:00
parent cba0f1a781
commit ede01771a0
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ do_build()
post_install()
{
make prefix=${DESTDIR} install
make prefix=${DESTDIR}/usr install
# Fix files containing invalid chars "&".
find ${DESTDIR} -type f | while read f; do