mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-05 05:01:28 +00:00
The mixerlib file and the CLEANDIRS variable in all of the individual bat Makefiles still pointed to the old "local" and "rpms" directories in some locations. This, made 'make batclean' not clean up directories correctly. This likely made some of the tests not actually do what they were supposed to do, as it was looking for rpms in 'local-rpms', but putting them in 'rpms'. This patch also updates the url for the "json-c" rpm, as the previous url no longer is active and was to a source rpm. Signed-off-by: Kevin C. Wells <kevin.c.wells@intel.com>