diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2020-01-16 18:27:34 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-01-27 08:53:50 +0100 |
commit | d626a17ef94d79975ff17d04250152ea46aaade3 (patch) | |
tree | ba9da4c04b40c86aa1655f4c5bfe045b3bbc53f7 /m4/.gitignore | |
parent | 2856a7dea3c0d4584e126b5ca5957e13e23f83d1 (diff) | |
download | pacman-d626a17ef94d79975ff17d04250152ea46aaade3.tar.gz pacman-d626a17ef94d79975ff17d04250152ea46aaade3.tar.xz |
makepkg: make per-package files containing '$pkgname' consistently work
Extracting function variables containing arbitrarily scoped variables of
arbitrary nature is a disaster, but let's at least cover the common case
of using the actual '$pkgname' in an install/changelog file. It's the
odd case of actually being basically justified use of disambiguating
between the same variable used in multiple different split packages...
and also, --printsrcinfo already uses and overwrites the variable
'pkgname' in pkgbuild_extract_to_srcinfo, so this "works" in .SRCINFO
but doesn't work in .src.tar.gz
It doesn't work in lint_pkgbuild either, but in that case the problem is
being too permissive, not too restrictive -- we might end up checking
the same file twice, and printing that it is missing twice.
Fixes FS#64932
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'm4/.gitignore')
0 files changed, 0 insertions, 0 deletions