summaryrefslogtreecommitdiff
path: root/repo-update
diff options
context:
space:
mode:
Diffstat (limited to 'repo-update')
-rwxr-xr-xrepo-update6
1 files changed, 3 insertions, 3 deletions
diff --git a/repo-update b/repo-update
index 9b36d75..2354e0a 100755
--- a/repo-update
+++ b/repo-update
@@ -1,9 +1,9 @@
#!/bin/bash
# -*- coding: utf-8 -*-
-source ./config
-source ./local_config
-source ./libremessages
+source config
+source local_config
+source libremessages
for repo in ${PKGREPOS[@]}; do
for arch in ${ARCHES[@]} 'any'; do