index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | scripts/updatesync.in | 4 |
diff --git a/scripts/updatesync.in b/scripts/updatesync.in index eb82bdec..6a59edc5 100644 --- a/scripts/updatesync.in +++ b/scripts/updatesync.in @@ -96,8 +96,8 @@ if [ $# -lt 3 ]; 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 |