aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-11-22 22:27:51 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2015-11-22 22:27:51 +0100
commit899ac47c6876a69fbb9359d9afa7f456c438d116 (patch)
treecb0294fc3730a22edf8f1962a5852be6583e64f6 /testing
parentdd8826c142ed341d74f22c5ebe7a5624fe1a388f (diff)
downloadaports-899ac47c6876a69fbb9359d9afa7f456c438d116.tar.bz2
aports-899ac47c6876a69fbb9359d9afa7f456c438d116.tar.xz
testing/rsound: properly install the header file
Diffstat (limited to 'testing')
-rw-r--r--testing/rsound/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/rsound/APKBUILD b/testing/rsound/APKBUILD
index 26cd00f3f8..db421dfee8 100644
--- a/testing/rsound/APKBUILD
+++ b/testing/rsound/APKBUILD
@@ -3,7 +3,7 @@
pkgname=rsound
_realname=RSound
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A multi-platform, simple PCM audio server and client"
url="https://github.com/Themaister/RSound"
arch="all"
@@ -38,7 +38,7 @@ build() {
package() {
# The rsound install rule doesn't create non-existent directories.
mkdir -p "$pkgdir"/usr/lib "$pkgdir"/usr/share/man/man1 \
- "$pkgdir"/usr/lib/pkgconfig
+ "$pkgdir"/usr/lib/pkgconfig "$pkgdir"/usr/include
make DESTDIR="$pkgdir" -C "$_builddir" install || return 1
for doc in DOCUMENTATION ChangeLog AUTHORS INSTALL README; do