diff options
Diffstat (limited to 'testing/opensp/APKBUILD')
-rw-r--r-- | testing/opensp/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/opensp/APKBUILD b/testing/opensp/APKBUILD index 0982c4b979..74060caa99 100644 --- a/testing/opensp/APKBUILD +++ b/testing/opensp/APKBUILD @@ -42,7 +42,6 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install - find "$pkgdir" -iname *.la -delete } |