aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Plumb <adamplumb@gmail.com>2021-08-06 07:27:05 -0400
committerAriadne Conill <ariadne@dereferenced.org>2021-08-06 13:21:46 +0000
commit4480aa593908bbc6f5e9058b512182526473bd78 (patch)
tree94c7b34ea59a00546f320d60caf55d1dbea443db
parent0bad9204ff85482175bf2600d57332c08a6944fd (diff)
downloadaports-4480aa593908bbc6f5e9058b512182526473bd78.tar.gz
aports-4480aa593908bbc6f5e9058b512182526473bd78.tar.bz2
aports-4480aa593908bbc6f5e9058b512182526473bd78.tar.xz
community/libao: modify libao package to remove liboss plugin
-rw-r--r--community/libao/APKBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/libao/APKBUILD b/community/libao/APKBUILD
index f1fbc7c3489..ce01dbe2d0c 100644
--- a/community/libao/APKBUILD
+++ b/community/libao/APKBUILD
@@ -37,6 +37,9 @@ build() {
package() {
make DESTDIR="$pkgdir" install
+
+ # No need for the liboss plugin
+ rm -f "$pkgdir"/usr/lib/ao/plugins-4/liboss.so
}
pulse() {