diff options
-rw-r--r-- | libre/ghostscript-libre/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/ghostscript-libre/PKGBUILD b/libre/ghostscript-libre/PKGBUILD index 05804529d..da8816f16 100644 --- a/libre/ghostscript-libre/PKGBUILD +++ b/libre/ghostscript-libre/PKGBUILD @@ -26,7 +26,8 @@ build() { cd ${srcdir}/ghostscript-${pkgver} # delete non-free packages - grep -l "are not altered" Resource/CMap/* | xargs rm -fv + grep -l "are not altered" Resource/CMap/* | xargs rm -v + grep -l "not be copied" Resource/CMap/* | xargs rm -v # force it to use system-libs rm -rf jpeg libpng zlib jasper expat tiff lcms freetype |