index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | update-archlinux32-package | 2 |
diff --git a/update-archlinux32-package b/update-archlinux32-package index e3295d1..a698fde 100755 --- a/update-archlinux32-package +++ b/update-archlinux32-package @@ -243,7 +243,7 @@ case ${update_path} in ;; 'version and checksum without upstream') newver=$( - "$(dirname "$(readlink -e "$0")")/watch-versions" -m "${pkgname}" \ + "${base_dir}/watch-versions" -m "${pkgname}" \ | sed ' s/^newver="\([^"]\+\)";$/\1/ t |