diff options
Diffstat (limited to 'testing/xpdf/APKBUILD')
-rw-r--r-- | testing/xpdf/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/xpdf/APKBUILD b/testing/xpdf/APKBUILD index 1ec6a8b6ac..bb4ec6f3c0 100644 --- a/testing/xpdf/APKBUILD +++ b/testing/xpdf/APKBUILD @@ -47,7 +47,6 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 - rm -f "$pkgdir"/usr/lib/*.la #delete pdf* utils that conflict with poppler-utils. rm -f "$pkgdir"/usr/bin/pdf* rm -f "$pkgdir"/usr/share/man/man1/pdf* |