summaryrefslogtreecommitdiff
path: root/createrepos
diff options
context:
space:
mode:
Diffstat (limited to 'createrepos')
-rwxr-xr-xcreaterepos2
1 files changed, 1 insertions, 1 deletions
diff --git a/createrepos b/createrepos
index 1072c7f..4ebdefe 100755
--- a/createrepos
+++ b/createrepos
@@ -1,7 +1,7 @@
#!/bin/bash
# Creates the repo structure defined in config
-source "$(dirname "$(readlink -e "$0")")/config"
+source "$(dirname "$(readlink -e "$0")")/dbscripts.cfg"
mkdir -p -- "${root_dir}"/{"${PKGPOOL}","${SRCPOOL}"} "${cleanup_destination_directory}" "${source_cleanup_destination_directory}" "${staging_directory}"