diff options
Diffstat (limited to 'update-cleansystem')
-rwxr-xr-x | update-cleansystem | 2 |
1 files changed, 1 insertions, 1 deletions
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 $? |