summaryrefslogtreecommitdiff
path: root/db-sync
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 /db-sync
parentdcb06b94399279fa6ccc09cfda5451bc267a9b57 (diff)
fix sources
Diffstat (limited to 'db-sync')
-rwxr-xr-xdb-sync4
1 files changed, 2 insertions, 2 deletions
diff --git a/db-sync b/db-sync
index dde21e3..dbab053 100755
--- a/db-sync
+++ b/db-sync
@@ -188,8 +188,8 @@ trap_exit() {
kill "-$signal" "$$"
}
-source "$(dirname "$(readlink -e "$0")")/config"
-source "$(dirname "$(readlink -e "$0")")/db-libremessages"
+source "$(dirname "$(readlink -e "$0")")/dbscripts.cfg"
+source "$(dirname "$(readlink -e "$0")")/share/db-libremessages"
# Check variables presence
for var in database_extension_suffixfile files_extension_suffixfile mirror mirror_path work_directory blacklist_file root_dir ARCHSRCPOOLS ARCHPKGPOOLS; do