summaryrefslogtreecommitdiff
path: root/update-cleansystem
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-14 11:47:52 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-14 11:47:52 -0300
commit7506b06cb81951a4705908f6bfe93f81d50667a7 (patch)
tree51d257cec4863822058bd6510fb39f4f33e29a06 /update-cleansystem
parent875ec16b3d25c2b4d9dc5c940702f5ecde76cf7f (diff)
parentbb7f637b5c5fe7df671d374d2b8547f2431bad82 (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 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 $?