index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-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=() |