summaryrefslogtreecommitdiff
path: root/createrepos
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 19:49:47 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 19:49:47 -0300
commit13b98e9182bad88e91e2a6d663e79499cf7263e8 (patch)
tree2655120abc30474011c6bdc332634a82d2db6abe /createrepos
parentdcb06b94399279fa6ccc09cfda5451bc267a9b57 (diff)
fix sources
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}"