Oddly enough, this library only gets built when the standalone server executable is built.
Signed-off-by: Bernhard Sessler <[email protected]> --- rules/tntnet.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/tntnet.make b/rules/tntnet.make index 33a8048..c6f176c 100644 --- a/rules/tntnet.make +++ b/rules/tntnet.make @@ -71,10 +71,10 @@ $(STATEDIR)/tntnet.targetinstall: @$(call install_fixup, tntnet,DESCRIPTION,missing) @$(call install_lib, tntnet, 0, 0, 0644, libtntnet) - @$(call install_lib, tntnet, 0, 0, 0644, tntnet/tntnet) ifdef PTXCONF_TNTNET_SERVER @$(call install_copy, tntnet, 0, 0, 0755, -, /usr/bin/tntnet) + @$(call install_lib, tntnet, 0, 0, 0644, tntnet/tntnet) @$(call install_alternative, tntnet, 0, 0, 0644, /etc/tntnet/tntnet.xml) endif -- 1.8.3.2 -- ptxdist mailing list [email protected]
