diff options
Diffstat (limited to 'testing/ecore/APKBUILD')
-rw-r--r-- | testing/ecore/APKBUILD | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testing/ecore/APKBUILD b/testing/ecore/APKBUILD index c51d42af1e..b3a2b6241b 100644 --- a/testing/ecore/APKBUILD +++ b/testing/ecore/APKBUILD @@ -41,8 +41,6 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 - rm "$pkgdir"/usr/lib/*.la - rm "$pkgdir"/usr/lib/ecore/immodules/*.la } md5sums="2d5a4fb8f702628f5c7b785309be01ab ecore-1.7.9.tar.gz" |