]> git.ipfire.org Git - pakfire.git/commit
Check if makefile name matches the package name
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 Feb 2023 10:49:06 +0000 (10:49 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 22 Feb 2023 10:49:06 +0000 (10:49 +0000)
commitb164a3dbba64c1d65f5b6b643c427bd72a0b59c9
tree9ab9ea940cda76d23524239c0f4e338a5bf85a94
parentf0bd0a4bd2ea81059fa5cf7e936a9268815f2e08
Check if makefile name matches the package name

This is quite important because the build process relies on it.

Fixes: #13041 - pakfire-builder confuses on wrong .nm file name
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am
src/libpakfire/dist.c
src/libpakfire/include/pakfire/linter.h [new file with mode: 0644]
src/libpakfire/include/pakfire/util.h
src/libpakfire/linter.c [new file with mode: 0644]
src/libpakfire/util.c