diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-24 00:17:39 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-24 00:17:39 -0300 |
commit | 922976d3d2fc5279070860fc7a4541160ef72fe1 (patch) | |
tree | 377b1c503bdd767dd109eeb032c21aa75e3155fb /db-cleanup | |
parent | 269be57f429162af70641cdf057d32c217d59ed7 (diff) |
rename native_*_pool* -> main_*_pool*
Diffstat (limited to 'db-cleanup')
-rwxr-xr-x | db-cleanup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ done msg "Removing old files:" -for POOL in "${native_packages_pool}" "${native_sources_pool}"; do +for POOL in "${main_packages_pool}" "${main_sources_pool}"; do msg2 '%s' "${POOL}" rsync "${EXTRAFLAGS[@]}" -va --delete-excluded \ |