index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2013-05-29 14:02:56 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-05-29 14:02:56 +1000 |
commit | 84ac55b0529b6489da38ebfc56a988228aa4859a (patch) | |
tree | 66667e127a6509af1b701bf2077d023e55b04f44 /contrib/checkupdates.sh.in | |
parent | 0f988beff8794338485352dc1beafbfcdbb20db1 (diff) | |
parent | 7d2c7fb347e8b5ea89127f3f8b4a545772394600 (diff) |
-rw-r--r-- | contrib/checkupdates.sh.in | 2 |
diff --git a/contrib/checkupdates.sh.in b/contrib/checkupdates.sh.in index 9244d85a..b41dfa03 100644 --- a/contrib/checkupdates.sh.in +++ b/contrib/checkupdates.sh.in @@ -32,7 +32,7 @@ fi trap 'rm -f $CHECKUPDATE_DB/db.lck' INT TERM EXIT DBPath="${DBPath:-@localstatedir@/lib/pacman/}" -eval $(awk -F' *= *' '$1 ~ /DBPath/ { print $1 "=" $2 }' /etc/pacman.conf) +eval $(awk -F' *= *' '$1 ~ /DBPath/ { print $1 "=" $2 }' @sysconfdir@/pacman.conf) mkdir -p "$CHECKUPDATE_DB" ln -s "${DBPath}/local" "$CHECKUPDATE_DB" &> /dev/null |