From: "Joseph A. Lutz" <[email protected]> The library /lib/initng/libsysreq.so was being included into the package twice. Once it was dependent upon the INITNG_SYSREQ config option, the other was not.
Signed-off-by: Joseph A. Lutz <[email protected]> --- rules/initng.make | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/initng.make b/rules/initng.make index e787ab3..65e207a 100644 --- a/rules/initng.make +++ b/rules/initng.make @@ -350,7 +350,6 @@ $(STATEDIR)/initng.targetinstall: ifdef PTXCONF_INITNG_LOCKFILE @$(call install_copy, initng, 0, 0, 0644, -, /lib/initng/liblockfile.so) endif - @$(call install_copy, initng, 0, 0, 0644, -, /lib/initng/libsysreq.so) @$(call install_copy, initng, 0, 0, 0755, -, /sbin/initng) -- 1.7.12.1 -- ptxdist mailing list [email protected]
