[pacman-dev] [PATCH] meson: fix regression that broke building libmakepkg
In commit f7efa6a93d5361af610827d41045d87c7a72f2b5 we added a new file, and also wired it up to the build systems, but it got added under the wrong name in meson.build Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> --- allanbrokeit when updating the pre-meson patch for meson. :p scripts/libmakepkg/lint_pkgbuild/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/libmakepkg/lint_pkgbuild/meson.build b/scripts/libmakepkg/lint_pkgbuild/meson.build index 220f6a25..4ca414e4 100644 --- a/scripts/libmakepkg/lint_pkgbuild/meson.build +++ b/scripts/libmakepkg/lint_pkgbuild/meson.build @@ -8,7 +8,7 @@ sources = [ 'conflicts.sh.in', 'depends.sh.in', 'epoch.sh.in', - 'fullversion.sh.in', + 'fullpkgver.sh.in', 'install.sh.in', 'makedepends.sh.in', 'optdepends.sh.in', -- 2.20.1
participants (1)
-
Eli Schwartz