From 962b3142f6aea84fa7f87277763567cfbbe264e1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 17 Mar 2007 02:08:23 +0000 Subject: redo compression so that it is queued up in src_install and then dequeued post src_install svn path=/main/trunk/; revision=6220 --- bin/prepall | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/prepall') diff --git a/bin/prepall b/bin/prepall index 3ab821573..a192db545 100755 --- a/bin/prepall +++ b/bin/prepall @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,6 +17,9 @@ prepallman prepallinfo prepallstrip +ecompressdir --dequeue +ecompress --dequeue + if type -p chflags &>/dev/null && type -p mtree &>/dev/null; then # Restore all the file flags that were saved at the beginning of prepall. mtree -U -e -p "${D}" -k flags < "${T}/bsdflags.mtree" &> /dev/null -- cgit v1.2.3-1-g7c22