summaryrefslogtreecommitdiff
path: root/extra/alsa-plugins/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-02 22:32:52 +0000
committerroot <root@rshg047.dnsready.net>2011-05-02 22:32:52 +0000
commitddb2605f6bccbdb398f3937ff21e4688915a450d (patch)
tree2ff19812d00e0d9e891b2b40e43bb7a2f7cb2371 /extra/alsa-plugins/PKGBUILD
parent3be02a9acbeb006d9a9e6136c54d91064cc7d80e (diff)
Mon May 2 22:32:52 UTC 2011
Diffstat (limited to 'extra/alsa-plugins/PKGBUILD')
-rw-r--r--extra/alsa-plugins/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/alsa-plugins/PKGBUILD b/extra/alsa-plugins/PKGBUILD
index 28724f9eb..b485b65db 100644
--- a/extra/alsa-plugins/PKGBUILD
+++ b/extra/alsa-plugins/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 110785 2011-02-22 08:10:56Z heftig $
+# $Id: PKGBUILD 122044 2011-05-02 00:18:38Z heftig $
# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Daniel Ehlers <danielehlers@mindeye.net>
pkgname=alsa-plugins
pkgver=1.0.24
-pkgrel=1
+pkgrel=2
pkgdesc="Extra alsa plugins"
arch=(i686 x86_64)
url="http://www.alsa-project.org"
@@ -30,4 +30,7 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
+
+ mkdir -p "$pkgdir/usr/share/doc/$pkgname"
+ install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
}