diff options
Diffstat (limited to 'createrepos')
-rwxr-xr-x | createrepos | 2 |
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}" |