summaryrefslogtreecommitdiff
path: root/update-archlinux32-package
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-21 13:16:53 +0100
committerErich Eckner <git@eckner.net>2019-02-21 13:16:53 +0100
commitd3fec099a945516322286cfd05e305ab819b721d (patch)
tree3028096f0b2cc3f77b21fcc7e8f526c6f0c36cb2 /update-archlinux32-package
parent318b60fe51c9e881c3028f1715e39f9545d3cd8f (diff)
downloaddevops-d3fec099a945516322286cfd05e305ab819b721d.tar.xz
update-archlinux32-package: fix erronous path
Diffstat (limited to 'update-archlinux32-package')
-rwxr-xr-xupdate-archlinux32-package2
1 files changed, 1 insertions, 1 deletions
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