Fixed wrong install-file syntax.

This commit is contained in:
Tomas Groth Christensen 2013-02-03 10:55:23 +01:00
parent 7b546f1069
commit 1728c70f02
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# Contributor WarheadsSE <max@warheads.net>
pkgname=xbmc-rbp
pkgver=12.0
pkgrel=2
pkgrel=3
buildarch=16
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
@ -20,7 +20,7 @@ optdepends=(
)
provides=("xbmc")
conflicts=("xbmc")
install=(xbmc.install)
install="xbmc.install"
source=(http://mirrors.xbmc.org/releases/source/xbmc-${pkgver}.tar.gz
xbmc-ae04d99-321-texturepacker-hostflags-and-rework.patch
xbmc.service)

View file

@ -2,7 +2,7 @@
# Contributor WarheadsSE <max@warheads.net>
pkgname=xbmc-rbp-git
pkgver=20130203
pkgrel=1
pkgrel=2
buildarch=16
pkgdesc="A software media player and entertainment hub for digital media for the Raspberry Pi"
@ -20,7 +20,7 @@ optdepends=(
)
provides=("xbmc")
conflicts=("xbmc")
install=(xbmc.install)
install="xbmc.install"
source=(xbmc-ae04d99-321-texturepacker-hostflags-and-rework.patch
xbmc.service)