From 3bde1a583b097d9edf6cf0fbd1d3649c899bac2c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 30 May 2007 02:05:13 +0000 Subject: For bug #180222, make ecompressdir use -f for the automatic decompression phase. svn path=/main/trunk/; revision=6667 --- bin/ecompressdir | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/ecompressdir b/bin/ecompressdir index b45f760d7..60bc6986b 100755 --- a/bin/ecompressdir +++ b/bin/ecompressdir @@ -115,9 +115,9 @@ for dir in "$@" ; do find "${dir}" -type f -name '*.ecompress.file' -print0 | ${XARGS} -0 rm -f # not uncommon for packages to compress doc files themselves - funk_up_dir "decompress" ".Z" "gunzip" - funk_up_dir "decompress" ".gz" "gunzip" - funk_up_dir "decompress" ".bz2" "bunzip2" + funk_up_dir "decompress" ".Z" "gunzip -f" + funk_up_dir "decompress" ".gz" "gunzip -f" + funk_up_dir "decompress" ".bz2" "bunzip2 -f" # forcibly break all hard links as some compressors whine about it find "${dir}" -type f -links +1 -exec env file="{}" sh -c \ -- cgit v1.2.3-1-g7c22