summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/community/xbmc-svn/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/community/xbmc-svn/PKGBUILD')
-rw-r--r--abs/extra-testing/community/xbmc-svn/PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/abs/extra-testing/community/xbmc-svn/PKGBUILD b/abs/extra-testing/community/xbmc-svn/PKGBUILD
index b6f15af..c831af3 100644
--- a/abs/extra-testing/community/xbmc-svn/PKGBUILD
+++ b/abs/extra-testing/community/xbmc-svn/PKGBUILD
@@ -25,7 +25,7 @@ optdepends=('lirc: remote controller support'
'pmount: mount removable devices as normal user'
'unrar: access compressed files without unpacking them')
install=("${pkgname}.install")
-source=()
+source=('Lircmap.xml')
noextract=()
md5sums=()
options=(makeflags)
@@ -71,9 +71,6 @@ build() {
# Now (finally) build
msg "Running make"
make || return 1
-}
-
-package() {
cd "$srcdir/$_svnmod"
msg "Running make install"