summaryrefslogtreecommitdiff
path: root/repo-update
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-19 19:23:37 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-04-19 19:23:37 -0500
commit79e48771c2d64b50db5c8dadb4636e98fab94480 (patch)
treeb13f001405351d456ff5b5a140ba05d1d6fb1c19 /repo-update
parentc44ba7fa5154e71921d64f2065a71a4c6755c61b (diff)
Next fix
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