summaryrefslogtreecommitdiffstats
path: root/testing/cluster-glue/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/cluster-glue/APKBUILD')
-rw-r--r--testing/cluster-glue/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/cluster-glue/APKBUILD b/testing/cluster-glue/APKBUILD
index bc1254a5fb0..2fe1983dc9f 100644
--- a/testing/cluster-glue/APKBUILD
+++ b/testing/cluster-glue/APKBUILD
@@ -45,7 +45,6 @@ build() {
package() {
cd "$_builddir"
make DESTDIR="${pkgdir}" install || return 1
- find "$pkgdir"/usr/lib -name *.la -delete || return 1
rm -rf "$pkgdir"/etc/init.d
# initd file needs fixing
#install -m755 -D "$srcdir"/ha_logd.initd \