summaryrefslogtreecommitdiff
path: root/createrepos
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 20:23:50 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 20:23:50 -0300
commitdfcaa1e1423a59057eb84273b1982d69f31e9be8 (patch)
tree2657bf9a15aadd177c7f29c12536fce2c702b780 /createrepos
parentb1fbfc099cb91a094128ffd86d16b2206a181f65 (diff)
fix variables
Diffstat (limited to 'createrepos')
-rwxr-xr-xcreaterepos4
1 files changed, 2 insertions, 2 deletions
diff --git a/createrepos b/createrepos
index 94fb9d5..c89b1d3 100755
--- a/createrepos
+++ b/createrepos
@@ -3,6 +3,6 @@
source "$(dirname "$(readlink -e "$0")")/etc/dbscripts.cfg"
-mkdir -p -- "${root_dir}"/{"${PKGPOOL}","${SRCPOOL}"} "${cleanup_destination_directory}" "${source_cleanup_destination_directory}" "${staging_directory}"
+mkdir -p -- "${root_dir}"/{"${packages_pool}","${sources_pool}"} "${cleanup_destination_directory}" "${source_cleanup_destination_directory}" "${staging_directory}"
-"$(dirname "$(readlink -e "$0")")/create-repo" "${PKGREPOS[@]}"
+"$(dirname "$(readlink -e "$0")")/create-repo" "${repositories[@]}"