aboutsummaryrefslogtreecommitdiffstats
path: root/main/mesa/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/mesa/APKBUILD')
-rw-r--r--main/mesa/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/mesa/APKBUILD b/main/mesa/APKBUILD
index c30d246cbd..c72c409757 100644
--- a/main/mesa/APKBUILD
+++ b/main/mesa/APKBUILD
@@ -97,7 +97,6 @@ build() {
package() {
cd "$_builddir"
make -j1 DESTDIR="$pkgdir" install || return 1
- find "$pkgdir" -name '*.la' -delete
}
dricore() {