diff options
Diffstat (limited to 'testing/cherokee/APKBUILD')
-rw-r--r-- | testing/cherokee/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/cherokee/APKBUILD b/testing/cherokee/APKBUILD index ff46ce2a89..771046b9eb 100644 --- a/testing/cherokee/APKBUILD +++ b/testing/cherokee/APKBUILD @@ -35,7 +35,6 @@ package() { cd "$_builddir" make -j1 DESTDIR="$pkgdir" install || return 1 - rm "$pkgdir"/usr/lib/*.la "$pkgdir"/usr/lib/cherokee/*.la || return 1 install -m755 -D "$srcdir"/$pkgname.initd \ "$pkgdir"/etc/init.d/$pkgname || return 1 |