summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-15 11:16:32 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-15 11:16:32 +0100
commiteeb2d8b4b6d56ae11c17b0bb25fb7bd20570c9db (patch)
treec2bd7f6c3b18b0305ffde543635ecaabbf1aa377
parented12c7dcd69f1abf15a42ae1919b8c2166553318 (diff)
Don't remove sudo, makechrootpkg needs it.
-rwxr-xr-xupdate-cleansystem2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-cleansystem b/update-cleansystem
index af215d7..dd3ff6c 100755
--- a/update-cleansystem
+++ b/update-cleansystem
@@ -19,6 +19,6 @@ pacman -r ${tmpdir} --config /etc/pacman.conf -Sy
pacman -r ${tmpdir} \
--config /etc/pacman.conf \
-Sp --print-format "%n" \
- base base-devel ${@} | sort > /etc/libretools.d/cleansystem
+ base base-devel sudo ${@} | sort > /etc/libretools.d/cleansystem
exit $?