From bd113233f08244e919302d0ea5e3acc771365910 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 8 Aug 2012 21:07:45 -0300 Subject: ghostscript-libre-9.06-1: fixing issues on xargs operand --- libre/ghostscript-libre/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libre/ghostscript-libre') diff --git a/libre/ghostscript-libre/PKGBUILD b/libre/ghostscript-libre/PKGBUILD index da8816f16..656f49fb5 100644 --- a/libre/ghostscript-libre/PKGBUILD +++ b/libre/ghostscript-libre/PKGBUILD @@ -26,8 +26,8 @@ build() { cd ${srcdir}/ghostscript-${pkgver} # delete non-free packages - grep -l "are not altered" Resource/CMap/* | xargs rm -v - grep -l "not be copied" Resource/CMap/* | xargs rm -v + grep -l "are not altered" Resource/CMap/* | xargs rm -fv + grep -l "not be copied" Resource/CMap/* | xargs rm -fv # force it to use system-libs rm -rf jpeg libpng zlib jasper expat tiff lcms freetype -- cgit v1.2.3-54-g00ecf