summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/prepall3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/prepall b/bin/prepall
index a192db545..4b1b19553 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