From 8cb36c9e18a9a2d48c2151ccf30ac57df20ec38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Wed, 8 Feb 2012 10:34:04 -0600 Subject: librechroot: use update-cleansystem. update-cleansystem: writes to /etc/libretools.d/cleansystem. --- update-cleansystem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update-cleansystem') diff --git a/update-cleansystem b/update-cleansystem index d4ad943..af215d7 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 > $(dirname $0)/cleansystem + base base-devel ${@} | sort > /etc/libretools.d/cleansystem exit $? -- cgit v1.2.3-2-g168b