diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-08 21:04:18 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-08-08 21:04:18 -0300 |
commit | 484a50344e5f051a2938beeb1855d7f671cb6f09 (patch) | |
tree | 655cb731ae078437bee427f9611e131cd8b1c75a /libre/ghostscript-libre/PKGBUILD | |
parent | 073dbe0b880c6a6bd655ed4d89321c880b34cba1 (diff) | |
download | abslibre-484a50344e5f051a2938beeb1855d7f671cb6f09.tar.gz abslibre-484a50344e5f051a2938beeb1855d7f671cb6f09.tar.bz2 abslibre-484a50344e5f051a2938beeb1855d7f671cb6f09.zip |
ghostscript-libre-9.06-1: found others freedom issues on Resource/CMap
Diffstat (limited to 'libre/ghostscript-libre/PKGBUILD')
-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 |