diff options
Diffstat (limited to 'main/ortp')
-rw-r--r-- | main/ortp/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/ortp/APKBUILD b/main/ortp/APKBUILD index 26a30c98fa..a7f981982a 100644 --- a/main/ortp/APKBUILD +++ b/main/ortp/APKBUILD @@ -40,7 +40,6 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 - rm -f "$pkgdir"/usr/lib/*.la } md5sums="9eb17e1e79f25acb06bbacc06ad3958f ortp-0.24.2.tar.gz" |