summaryrefslogtreecommitdiff
path: root/createrepos
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-24 00:09:48 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-24 00:09:48 -0300
commite21b2e2ecc559e525d43650239631b838bb79d51 (patch)
treea479435c1250d8aa739394f67cb3cf51bdfc9d5a /createrepos
parentf291f3c6183f9ddfa189bc231fefac358523f929 (diff)
remove deprecated repositories variables
Diffstat (limited to 'createrepos')
-rwxr-xr-xcreaterepos2
1 files changed, 1 insertions, 1 deletions
diff --git a/createrepos b/createrepos
index df279bd..b00359d 100755
--- a/createrepos
+++ b/createrepos
@@ -5,4 +5,4 @@ source "$(dirname "$(readlink -e "$0")")/etc/dbscripts.cfg"
mkdir -p -- "${root_dir}"/{"${native_packages_pool}","${native_sources_pool}"} "${cleanup_destination_directory}" "${source_cleanup_destination_directory}" "${staging_directory}"
-"$(dirname "$(readlink -e "$0")")/create-repo" "${repositories[@]}"
+"$(dirname "$(readlink -e "$0")")/create-repo" "${main_repositories[@]}"