meson: fix regression that broke building libmakepkg
In commit f7efa6a93d
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>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
ce040514c4
commit
b76dbb1159
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue