summaryrefslogtreecommitdiff
path: root/db-sync
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-06-08 07:01:18 +0100
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-08 07:01:18 +0100
commit6fd5374e66877d8d1b44aaf6f70e8a00ad8c2d7b (patch)
tree083f66234a4286a7259dded12b12c98cb2bb2c5c /db-sync
parentb96b9d95dd4d2214a428f1435a9a72ef50f43cf5 (diff)
rename libremessages to db-libremessages to avoid masking libretools libremessages
Diffstat (limited to 'db-sync')
-rwxr-xr-xdb-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-sync b/db-sync
index 35b6489..2194fe6 100755
--- a/db-sync
+++ b/db-sync
@@ -190,7 +190,7 @@ trap_exit() {
source "$(dirname "$(readlink -e "$0")")/config"
source "$(dirname "$(readlink -e "$0")")/db-sync.conf"
-source "$(dirname "$(readlink -e "$0")")/libremessages"
+source "$(dirname "$(readlink -e "$0")")/db-libremessages"
# Check variables presence
for var in DBEXT FILESEXT mirror mirrorpath WORKDIR BLACKLIST_FILE FTP_BASE ARCHSRCPOOLS ARCHPKGPOOLS; do