diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-20 20:20:08 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-20 20:20:08 +0000 |
commit | 50efb6f4ebffe1d0f3bb2232397b4fca62922542 (patch) | |
tree | fd9ab83c711cbf9bf170d6a9f522776349e82d8e /clean_packages | |
parent | 23970267de35293efb5a21bf39434431915913c7 (diff) | |
download | vcs-rebuild-50efb6f4ebffe1d0f3bb2232397b4fca62922542.tar.xz |
fix get_repo_sha and clean_packages repo location
Diffstat (limited to 'clean_packages')
-rwxr-xr-x | clean_packages | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clean_packages b/clean_packages index 45ccdac..1c3f48b 100755 --- a/clean_packages +++ b/clean_packages @@ -2,6 +2,6 @@ source $(dirname $0)/config.bash -paccache -c "$PKGDEST" -k1 -m "$POOL"/trash -find -L "$REPODIR" -type l -delete +paccache -c "$PKGDEST" -k1 -m "$REPO_POOL"/trash +find -L "$REPO_ROOT" -type l -delete find -L "$PKGBUILD_DIR" -type l -delete |