summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/prepall3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/prepall b/bin/prepall
index a192db54..4b1b1955 100755
--- a/bin/prepall
+++ b/bin/prepall
@@ -15,11 +15,12 @@ fi
prepallman
prepallinfo
-prepallstrip
ecompressdir --dequeue
ecompress --dequeue
+prepallstrip
+
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