summaryrefslogtreecommitdiffstats
path: root/scripts/repo-add.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/repo-add.in')
-rw-r--r--scripts/repo-add.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/repo-add.in b/scripts/repo-add.in
index f8c71557..fdcc43a9 100644
--- a/scripts/repo-add.in
+++ b/scripts/repo-add.in
@@ -237,8 +237,8 @@ if [ $# -lt 2 ]; then
fi
# source system and user makepkg.conf
-if [ -r /etc/makepkg.conf ]; then
- source /etc/makepkg.conf
+if [ -r @SYSCONFDIR@/makepkg.conf ]; then
+ source @SYSCONFDIR@/makepkg.conf
else
echo "ERROR: /etc/makepkg.conf not found. Can not continue." >&2
exit 1 # $E_CONFIG_ERROR # TODO: error codes