From d3fec099a945516322286cfd05e305ab819b721d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 21 Feb 2019 13:16:53 +0100 Subject: update-archlinux32-package: fix erronous path --- update-archlinux32-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3