summaryrefslogtreecommitdiff
path: root/src/chroot-tools/chcleanup
diff options
context:
space:
mode:
Diffstat (limited to 'src/chroot-tools/chcleanup')
-rwxr-xr-xsrc/chroot-tools/chcleanup2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/chcleanup b/src/chroot-tools/chcleanup
index 821c572..40db3c0 100755
--- a/src/chroot-tools/chcleanup
+++ b/src/chroot-tools/chcleanup
@@ -33,7 +33,7 @@ cleanup_log="${TEMPDIR}"/libretools-cleanup.log
# Get the full list of packages needed by dependencies, including the base system
pacman -b "${TEMPDIR}" \
-Sp --print-format "%n" \
- base base-devel sudo "${CHROOTEXTRAPKG[@]}" \
+ base-devel "${CHROOTEXTRAPKG[@]}" \
>"${cleanup_log}"
# Diff installed packages against a clean chroot then remove leftovers