summaryrefslogtreecommitdiff
path: root/createrepos
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 19:58:03 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-23 19:58:03 -0300
commitb1fbfc099cb91a094128ffd86d16b2206a181f65 (patch)
tree3a54e07dd36acc90407d99e5b654410bbff4b661 /createrepos
parent72aad7f38acfa6840a29abace0e7ccfaafb76334 (diff)
mv dbscript configs
Diffstat (limited to 'createrepos')
-rwxr-xr-xcreaterepos2
1 files changed, 1 insertions, 1 deletions
diff --git a/createrepos b/createrepos
index 4ebdefe..94fb9d5 100755
--- a/createrepos
+++ b/createrepos
@@ -1,7 +1,7 @@
#!/bin/bash
# Creates the repo structure defined in config
-source "$(dirname "$(readlink -e "$0")")/dbscripts.cfg"
+source "$(dirname "$(readlink -e "$0")")/etc/dbscripts.cfg"
mkdir -p -- "${root_dir}"/{"${PKGPOOL}","${SRCPOOL}"} "${cleanup_destination_directory}" "${source_cleanup_destination_directory}" "${staging_directory}"