diff options
-rwxr-xr-x | any-to-ours | 2 | ||||
-rwxr-xr-x | db-cleanup | 2 | ||||
-rwxr-xr-x | db-sync | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/any-to-ours b/any-to-ours index 020f623..e2458ca 100755 --- a/any-to-ours +++ b/any-to-ours @@ -8,7 +8,7 @@ trap_exit() { } source "$(dirname "$(readlink -e "$0")")/config" -source "$(dirname "$(readlink -e "$0")")/db-functions" +source "$(librelib messages)" # From makepkg set -E @@ -16,7 +16,7 @@ trap_exit() { } source "$(dirname "$(readlink -e "$0")")/config" -source "$(dirname "$(readlink -e "$0")")/db-functions" +source "$(librelib messages)" # From makepkg set -E @@ -193,7 +193,7 @@ trap_exit() { source "$(dirname "$(readlink -e "$0")")/config" source "$(dirname "$(readlink -e "$0")")/db-sync.conf" -source "$(dirname "$(readlink -e "$0")")/db-functions" +source "$(librelib messages)" # Check variables presence for var in DBEXT FILESEXT mirror mirrorpath WORKDIR BLACKLIST_FILE FTP_BASE ARCHSRCPOOLS ARCHPKGPOOLS; do |