index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2018-08-03 12:30:39 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2018-08-03 12:32:40 -0400 |
commit | 6d4c23fcfded77af2e189656fcb79666566e3119 (patch) | |
tree | 3b4e38ad46997297c1156049b1c27917878e294d | |
parent | f0f50307c3d9ae2b9629a21f10eed90b14ee5f6f (diff) |
-rw-r--r-- | lib/common.sh | 3 |
diff --git a/lib/common.sh b/lib/common.sh index ac42b00..d5292ca 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -230,6 +230,9 @@ find_cached_package() { # # $pkgver can be supplied with or without a pkgrel appended. # If not supplied, any pkgrel will be matched. +# +# Note that this expects $arch to be in the filename, which makepkg +# --[all]source doesn't normally do. ## find_cached_srcpackage() { local searchdirs=("$PWD" "$SRCPKGDEST") results=() |