diff options
Diffstat (limited to 'testing/slowhttptest/APKBUILD')
-rw-r--r-- | testing/slowhttptest/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/slowhttptest/APKBUILD b/testing/slowhttptest/APKBUILD index bb6a4d7fb1..13033a7625 100644 --- a/testing/slowhttptest/APKBUILD +++ b/testing/slowhttptest/APKBUILD @@ -37,7 +37,6 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 - rm -f "$pkgdir"/usr/lib/*.la } md5sums="72ba999ffee6b00abe25e597fa1d83b2 slowhttptest-1.6.tar.gz" |