summaryrefslogtreecommitdiff
path: root/update-cleansystem
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-24 18:54:02 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-24 18:54:02 -0300
commit987763361d5e98a0158b65487619b14c9bd05457 (patch)
tree5c64ce3217f6038d1f5d28a751f48d3930a511ea /update-cleansystem
parentee706c5c36fd8993905a14aa2afeb5951dac6ec9 (diff)
parentb4aae66a7c3ba3eec714ca6cc11cd9913b5cf2fd (diff)
Merge branch 'master' into fauno
Diffstat (limited to 'update-cleansystem')
-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 $?