diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-12-06 21:05:32 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-12-06 21:05:32 (GMT) |
commit | 105c6ce480c325abee5f4dd4e42296ac769bac84 (patch) | |
tree | 8a046eeedcdbb69f9eee9342e4d249df1d773581 /abs/extra-testing | |
parent | f9d8baf1e8d94e1252cbd90999d9f2382cff8a57 (diff) | |
parent | 7992f86412030fefd007b6509b90d31212ec95f9 (diff) | |
download | linhes_pkgbuild-105c6ce480c325abee5f4dd4e42296ac769bac84.zip linhes_pkgbuild-105c6ce480c325abee5f4dd4e42296ac769bac84.tar.gz linhes_pkgbuild-105c6ce480c325abee5f4dd4e42296ac769bac84.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing')
-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" |