b976a45aed
Previous code incorrectly found obsolete files in this case: (curpkg) - in files: /etc/foo.conf (newpkg) - in conf_files: /etc/foo.conf and removed this file because the code couldn't find it in the same array. The new code fixes this case and compares the whole pkg filelist.
8 lines
133 B
Makefile
8 lines
133 B
Makefile
TOPDIR = ../../..
|
|
-include $(TOPDIR)/config.mk
|
|
|
|
TEST = find_pkg_obsoletes_test
|
|
|
|
include ../Makefile.inc
|
|
include $(TOPDIR)/mk/test.mk
|