aur/xbmc-rbp-git move xbmc-rbp-git.conf to firmware

This commit is contained in:
pepedog 2013-01-07 23:58:14 +00:00
parent 5c83f659b5
commit 8f0e074e90

View file

@ -1,7 +1,7 @@
# Contributor tomasgroth at yahoo.dk
# Contributor WarheadsSE <max@warheads.net>
pkgname=xbmc-rbp-git
pkgver=20121230
pkgver=20130107
pkgrel=1
buildarch=16
@ -92,9 +92,4 @@ package() {
mv "${pkgdir}${_prefix}/share/doc/xbmc/${licensef}" "${pkgdir}${_prefix}/share/licenses/${pkgname}"
done
# Create lib links
mkdir -p "${pkgdir}"/etc/ld.so.conf.d/
# ensure we can load libs
echo "/opt/vc/lib/" > "${pkgdir}"/etc/ld.so.conf.d/xbmc-rbp-git.conf
}