summaryrefslogtreecommitdiffstats
path: root/bin/prepall
diff options
context:
space:
mode:
Diffstat (limited to 'bin/prepall')
-rwxr-xr-xbin/prepall5
1 files changed, 4 insertions, 1 deletions
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