diff options
author | Nathan Harris <nharris@eoimaging.com> | 2009-11-29 21:04:39 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2009-11-29 21:04:39 (GMT) |
commit | 95a2256350592fe7255a2ba0ee5c670d72be75b8 (patch) | |
tree | 104f31377cdae759a1f2d63a45634f010386ec57 | |
parent | 1e4ef029d3646f3e86bc2a725cbed7ac1e3e6613 (diff) | |
download | linhes_pkgbuild-95a2256350592fe7255a2ba0ee5c670d72be75b8.zip linhes_pkgbuild-95a2256350592fe7255a2ba0ee5c670d72be75b8.tar.gz linhes_pkgbuild-95a2256350592fe7255a2ba0ee5c670d72be75b8.tar.bz2 |
xbmc-svn: fixed PKGBUILD (old pacman) for 24428
-rw-r--r-- | abs/extra-testing/community/xbmc-svn/PKGBUILD | 5 |
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" |