diff options
Diffstat (limited to 'testing/dash/APKBUILD')
-rw-r--r-- | testing/dash/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/dash/APKBUILD b/testing/dash/APKBUILD index b346bf004d..ba039951a5 100644 --- a/testing/dash/APKBUILD +++ b/testing/dash/APKBUILD @@ -40,7 +40,6 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 - rm -f "$pkgdir"/usr/lib/*.la } md5sums="f6cedb10ae7258adb5ab17a10ae80d51 dash-0.5.7.tar.gz" |